chore: updating lock

This commit is contained in:
MatteoRobbiati
2025-01-29 14:37:48 +01:00
parent dc027645c2
commit ad40a8ba7a
2 changed files with 828 additions and 205 deletions

1031
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -25,8 +25,10 @@ qibo = "^0.2.8"
quimb = { version = "^1.6.0", extras = ["tensor"] } quimb = { version = "^1.6.0", extras = ["tensor"] }
cupy-cuda11x = { version = "^11.6.0", optional = true } cupy-cuda11x = { version = "^11.6.0", optional = true }
cuquantum-python-cu11 = { version = "^23.3.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 } mpi4py = { version = "^3.1.5", optional = true }
[tool.poetry.extras] [tool.poetry.extras]
cuda = ["cupy-cuda11x", "cuquantum-python-cu11", "mpi4py"] cuda = ["cupy-cuda11x", "cuquantum-python-cu11", "mpi4py"]