build: Upgrade deps for Python 3.12

This commit is contained in:
Alessandro Candido
2024-03-12 00:32:13 +01:00
parent f0271e5dd6
commit 13a44e902c
2 changed files with 57 additions and 935 deletions

988
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -20,8 +20,8 @@ classifiers = [
packages = [{ include = "qibotn", from = "src" }] packages = [{ include = "qibotn", from = "src" }]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9,<3.12" python = "^3.9,<3.13"
qibo = "^0.2.4" qibo = { git = "https://github.com/qiboteam/qibo.git", branch = "py3.12" }
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 }