fix: Add Qibo dependency in Poetry

This commit is contained in:
Alessandro Candido
2024-02-09 03:09:04 +01:00
parent b6752dd5f7
commit 2e1d943ec3
2 changed files with 157 additions and 5 deletions

View File

@@ -10,7 +10,8 @@ authors = ["Qibo Team"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9,<3.13"
python = "^3.9,<3.12"
qibo = "^0.2.4"
quimb = { version = "^1.6.0", extras = ["tensor"] }
cupy = { version = "^11.6.0", optional = true }
cuquantum-python-cu11 = { version = "^23.3.0", optional = true }