[tool.poetry] name = "hiro master python" version = "1.0" description = "Calculating open system bath energy changes with HOPS and analytically." authors = ["Valentin Boettcher "] 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" [tool.poetry.dev-dependencies] mypy = "^0.910" [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.core.masonry.api"