mirror of
https://github.com/vale981/hopsflow
synced 2025-03-05 08:51:37 -05:00
29 lines
815 B
TOML
29 lines
815 B
TOML
[tool.poetry]
|
|
name = "hopsflow"
|
|
version = "1.4.2"
|
|
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.20.0"
|
|
scipy = "^1.7.3"
|
|
stocproc = { git = "https://github.com/vale981/stocproc" }
|
|
tqdm = "^4.62.3"
|
|
lmfit = "^1.0.3"
|
|
ray = "^1.11.0"
|
|
hops = { git = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git", branch="online_calculation" }
|
|
opt-einsum = "^3.3.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
mypy = "^0.910"
|
|
Sphinx = "^4.3.1"
|
|
pydata-sphinx-theme = "^0.7.2"
|
|
ipython = "^8.0.1"
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.core.masonry.api"
|