build: pointing to the qibo main branch

This commit is contained in:
BrunoLiegiBastonLiegi
2024-04-29 12:38:45 +02:00
parent 3718d5c8bc
commit 1990c04569
2 changed files with 78 additions and 76 deletions

View File

@@ -21,7 +21,7 @@ packages = [{ include = "qibotn", from = "src" }]
[tool.poetry.dependencies]
python = "^3.9,<3.13"
qibo = { git = "https://github.com/qiboteam/qibo.git", branch = "py3.12" }
qibo = { git = "https://github.com/qiboteam/qibo.git" }
quimb = { version = "^1.6.0", extras = ["tensor"] }
cupy-cuda11x = { version = "^11.6.0", optional = true }
cuquantum-python-cu11 = { version = "^23.3.0", optional = true }