feat: removed self.np references + dep and lock

This commit is contained in:
BrunoLiegiBastonLiegi
2025-11-27 13:16:51 +01:00
parent 2c49c2b38c
commit 828c86c0a8
3 changed files with 8 additions and 8 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" }
qibo = { git="https://github.com/qiboteam/qibo", branch="backends" }
quimb = { version = "^1.10.0", extras = ["tensor"] }
cupy-cuda11x = { version = "^13.1.0", optional = true }
cuquantum-python-cu11 = { version = "^24.1.0", optional = true }