master-thesis/python/energy_flow_proper/10_antizeno_engine/pyproject.toml

30 lines
834 B
TOML

[tool.poetry]
name = "10_antizeno_engine"
version = "1.0.0"
description = "Reproduce the anti zeno engine from the paper."
authors = ["Valentin Boettcher <hiro@protagon.space>"]
license = "GPLv3"
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
hiro_models = { git = "git@github.com:vale981/two_qubit_model.git", branch="main" }
hops = { git = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git", branch="time_dep_coupling" }
matplotlib = "^3.5.0"
jupyter = "^1.0.0"
qutip = "^4.6.2"
lmfit = "^1.0.3"
ipython = "^8.3.0"
traitlets = "==5.2.0"
Cython = "^0.29.30"
statsmodels = "^0.13.2"
protobuf = "==3.20.1"
tabulate = "^0.8.9"
numpy = "==1.22.3"
[tool.poetry.dev-dependencies]
black = "^21.12b0"
#click = "==8.0.4"
[build-system]
requires = ["poetry-core>=1.0.0", "cython"]
build-backend = "poetry.core.masonry.api"