mirror of
https://github.com/vale981/master-thesis
synced 2025-03-06 10:31:37 -05:00
25 lines
699 B
TOML
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"
|