chore: updating deps, expecially qmatchatea extras

This commit is contained in:
MatteoRobbiati
2025-07-30 10:04:56 +02:00
parent 84de79a892
commit 374d7b3f8c
2 changed files with 1043 additions and 841 deletions

1880
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -26,11 +26,13 @@ quimb = { version = "^1.10.0", extras = ["tensor"] }
cupy-cuda11x = { version = "^13.1.0", optional = true } cupy-cuda11x = { version = "^13.1.0", optional = true }
cuquantum-python-cu11 = { version = "^24.1.0", optional = true } cuquantum-python-cu11 = { version = "^24.1.0", optional = true }
qmatchatea = { version = "^1.4.3", optional = true } qmatchatea = { version = "^1.4.3", optional = true }
qiskit = { version = "^1.4.0", optional = true }
qtealeaves = { version = "^1.5.20", optional = true }
[tool.poetry.extras] [tool.poetry.extras]
cuda = ["cupy-cuda11x", "cuquantum-python-cu11", "mpi4py"] cuda = ["cupy-cuda11x", "cuquantum-python-cu11", "mpi4py"]
qmatchatea = ["qmatchatea"] qmatchatea = ["qmatchatea", "qtealeaves", "qiskit"]
[tool.poetry.group.docs] [tool.poetry.group.docs]
optional = true optional = true