Merge branch 'main' into backends

This commit is contained in:
Renato Mello
2025-12-30 13:20:45 +04:00
2 changed files with 131 additions and 134 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", branch="backends" }
qibojit = { git = "https://github.com/qiboteam/qibojit.git", branch="backends" }
qibo = { git="https://github.com/qiboteam/qibo" }
qibojit = { git = "https://github.com/qiboteam/qibojit.git" }
quimb = { version = "^1.10.0", extras = ["tensor"] }
cupy-cuda12x = { version = "^13.6.0", optional = true }
cuda-toolkit = {extras = ["all"], version = "^12.9.1"}