Update the qibo version in poetry dependency.

This commit is contained in:
Yang Liwei
2025-11-25 18:36:13 +08:00
parent 3f3eae1df6
commit f3280224b4

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 = "^0.2.16"
quimb = { version = "^1.10.0", extras = ["tensor"] }
cupy-cuda12x = { version = "^13.6.0", optional = true }
cuda-toolkit = {extras = ["all"], version = "^12.9.1"}