two_qubit_model/pyproject.toml

31 lines
902 B
TOML

[tool.poetry]
name = "hiro_models"
version = "1.2.3"
description = "Operators for a general model of two interacting qubits coupled to two baths."
authors = ["Valentin Boettcher <hiro at protagon.space>"]
license = "MIT"
repository = "https://github.com/vale981/two_qubit_model"
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
numpy = "^1.20.0"
qutip = "^4.6.3"
hopsflow = { git = "https://github.com/vale981/hopsflow", branch="fix_for_10" }
#hops = { git = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git", branch="use_new_stocproc_for_10" }
beartype = "^0.10.1"
filelock = "^3.6.0"
[tool.poetry.dev-dependencies]
mypy = "^0.910"
ipython = "^8.0.1"
pytest = "^7.0.1"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
filterwarnings = [
"ignore::DeprecationWarning",
"ignore:this implementation:UserWarning",
]