Add qibo, qibojit repos into the dependencies.
This commit is contained in:
@@ -21,7 +21,8 @@ packages = [{ include = "qibotn", from = "src" }]
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.11,<3.14"
|
python = ">=3.11,<3.14"
|
||||||
qibo = "^0.2.16"
|
qibo = { git = "https://github.com/qiboteam/qibo" }
|
||||||
|
qibojit = { git = "https://github.com/qiboteam/qibojit.git" }
|
||||||
quimb = { version = "^1.10.0", extras = ["tensor"] }
|
quimb = { version = "^1.10.0", extras = ["tensor"] }
|
||||||
cupy-cuda12x = { version = "^13.6.0", optional = true }
|
cupy-cuda12x = { version = "^13.6.0", optional = true }
|
||||||
cuda-toolkit = {extras = ["all"], version = "^12.9.1"}
|
cuda-toolkit = {extras = ["all"], version = "^12.9.1"}
|
||||||
|
|||||||
Reference in New Issue
Block a user