master-thesis/python/pyproject.toml
2021-12-09 15:42:10 +01:00

25 lines
699 B
TOML

[tool.poetry]
name = "hiro_master_python"
version = "1.0"
description = "Calculating open system bath energy changes with HOPS and analytically."
authors = ["Valentin Boettcher <hiro at protagon.space>"]
license = "MIT"
[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" }
fcSpline = { git = "https://github.com/vale981/fcSpline" }
#hopsflow = { git = "https://github.com/vale981/hopsflow" }
tqdm = "^4.62.3"
lmfit = "^1.0.3"
matplotlib = "^3.5.0"
jupyter = "^1.0.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.core.masonry.api"