build: Upgrade deps for Python 3.12
This commit is contained in:
@@ -20,8 +20,8 @@ classifiers = [
|
||||
packages = [{ include = "qibotn", from = "src" }]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9,<3.12"
|
||||
qibo = "^0.2.4"
|
||||
python = "^3.9,<3.13"
|
||||
qibo = { git = "https://github.com/qiboteam/qibo.git", branch = "py3.12" }
|
||||
quimb = { version = "^1.6.0", extras = ["tensor"] }
|
||||
cupy-cuda11x = { version = "^11.6.0", optional = true }
|
||||
cuquantum-python-cu11 = { version = "^23.3.0", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user