hopsflow/pyproject.toml

26 lines
647 B
TOML
Raw Normal View History

2021-12-09 14:59:46 +01:00
[tool.poetry]
name = "hopsflow"
2022-01-18 15:04:24 +01:00
version = "1.0.2"
2021-12-09 14:59:46 +01:00
description = "Calculating open system bath energy changes with HOPS and analytically."
authors = ["Valentin Boettcher <hiro at protagon.space>"]
license = "MIT"
repository = "https://github.com/vale981/hopsflow"
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
sqlitedict = "^1.7.0"
numpy = "^1.21.4"
scipy = "^1.7.3"
stocproc = { git = "https://github.com/vale981/stocproc" }
tqdm = "^4.62.3"
lmfit = "^1.0.3"
[tool.poetry.dev-dependencies]
mypy = "^0.910"
2021-12-10 10:52:24 +01:00
Sphinx = "^4.3.1"
pydata-sphinx-theme = "^0.7.2"
2021-12-09 14:59:46 +01:00
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.core.masonry.api"