mirror of
https://github.com/vale981/master-thesis
synced 2025-03-08 19:31:40 -05:00
26 lines
695 B
TOML
26 lines
695 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"
|
||
|
|
||
|
[tool.poetry.dev-dependencies]
|
||
|
mypy = "^0.910"
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry>=0.12"]
|
||
|
build-backend = "poetry.core.masonry.api"
|