updating lock

This commit is contained in:
Stefano Carrazza
2026-03-04 20:53:26 +01:00
parent aae3808553
commit 283bab987e
2 changed files with 5 additions and 5 deletions

View File

@@ -21,8 +21,8 @@ packages = [{ include = "qibotn", from = "src" }]
[tool.poetry.dependencies]
python = ">=3.11,<3.14"
qibo = { git = "https://github.com/qiboteam/qibo" }
qibojit = { git = "https://github.com/qiboteam/qibojit.git" }
qibo = "^0.3.0"
qibojit = "^0.1.13"
quimb = { version = "^1.10.0", extras = ["tensor"] }
cupy-cuda12x = { version = "^13.6.0", optional = true }
cuda-toolkit = {extras = ["all"], version = "^12.9.1"}