updte pyproject toml for 10

This commit is contained in:
Valentin Boettcher 2022-08-14 17:29:02 +02:00
parent 651cb04b72
commit c12027ec16
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -7,8 +7,8 @@ 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" }
hiro_models = { git = "git@github.com:vale981/two_qubit_model.git", branch="fix_for_10" }
#hops = { git = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git", branch="use_new_stocproc_for_10" }
matplotlib = "^3.5.0"
jupyter = "^1.0.0"
qutip = "^4.6.2"