mirror of
https://github.com/vale981/master-thesis
synced 2025-03-06 10:31:37 -05:00
28 lines
881 B
TOML
28 lines
881 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", rev = "main"}
|
|
hops = {git = "git@gitlab.hrz.tu-chemnitz.de:s4498638--tu-dresden.de/hops.git", rev = "main"}
|
|
tqdm = "^4.62.3"
|
|
lmfit = "^1.0.3"
|
|
matplotlib = "^3.5.0"
|
|
jupyter = "^1.0.0"
|
|
qutip = "^4.6.2"
|
|
cache-decorator = {extras = ["numpy"], version = "^2.0.12"}
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.core.masonry.api"
|