chore: updating dependencies to support qmatchatea 1.4.3 and align with cineca baseline

This commit is contained in:
MatteoRobbiati
2025-04-10 16:29:27 +02:00
parent 95092dd4da
commit 3b8a978a4c
2 changed files with 790 additions and 1450 deletions

2227
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -20,13 +20,12 @@ classifiers = [
packages = [{ include = "qibotn", from = "src" }]
[tool.poetry.dependencies]
python = "^3.9,<3.13"
qibo = "^0.2.8"
quimb = { version = "^1.6.0", extras = ["tensor"] }
cupy-cuda11x = { version = "^11.6.0", optional = true }
cuquantum-python-cu11 = { version = "^23.3.0", optional = true }
qmatchatea = { version = "^1.1.4", optional = true }
mpi4py = { version = "^3.1.5", optional = true }
python = ">=3.11,<3.14"
qibo = "^0.2.17"
quimb = { version = "^1.10.0", extras = ["tensor"] }
cupy-cuda11x = { version = "^13.1.0", optional = true }
cuquantum-python-cu11 = { version = "^24.1.0", optional = true }
qmatchatea = { version = "^1.4.3", optional = true }
[tool.poetry.extras]