build: depending on qibo main again

This commit is contained in:
BrunoLiegiBastonLiegi
2025-11-25 08:44:14 +01:00
parent 4d2c3251a2
commit caa452b0e1
2 changed files with 297 additions and 280 deletions

View File

@@ -21,7 +21,7 @@ packages = [{ include = "qibotn", from = "src" }]
[tool.poetry.dependencies]
python = ">=3.11,<3.14"
qibo = { git="https://github.com/qiboteam/qibo", branch="expectation"}
qibo = { git="https://github.com/qiboteam/qibo" }
quimb = { version = "^1.10.0", extras = ["tensor"] }
cupy-cuda11x = { version = "^13.1.0", optional = true }
cuquantum-python-cu11 = { version = "^24.1.0", optional = true }