updating lock

This commit is contained in:
Stefano Carrazza
2026-03-04 20:53:26 +01:00
parent aae3808553
commit 283bab987e
2 changed files with 5 additions and 5 deletions

6
poetry.lock generated
View File

@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. # This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand.
[[package]] [[package]]
name = "alabaster" name = "alabaster"
@@ -2717,7 +2717,7 @@ files = [
[package.dependencies] [package.dependencies]
latexcodec = ">=1.0.4" latexcodec = ">=1.0.4"
PyYAML = ">=3.01" PyYAML = ">=3.1"
[package.extras] [package.extras]
doc = ["sphinx"] doc = ["sphinx"]
@@ -3872,4 +3872,4 @@ qmatchatea = ["qmatchatea"]
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = ">=3.11,<3.14" python-versions = ">=3.11,<3.14"
content-hash = "2ef2f4a6eb4560106eb1c3bd8401ac89c2f48c46d9c5dafd35e3ead842ccbfdb" content-hash = "ffcf3cfc548f248b95a0ef4c341c5ce07329be8d5f2a79f207be42f2c54b8cbf"

View File

@@ -21,8 +21,8 @@ packages = [{ include = "qibotn", from = "src" }]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.11,<3.14" python = ">=3.11,<3.14"
qibo = { git = "https://github.com/qiboteam/qibo" } qibo = "^0.3.0"
qibojit = { git = "https://github.com/qiboteam/qibojit.git" } qibojit = "^0.1.13"
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"}