build: Upgrade deps for Python 3.12
This commit is contained in:
988
poetry.lock
generated
988
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -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 }
|
||||||
|
|||||||
Reference in New Issue
Block a user