From 283bab987e89c215906b3332de8d381047384fef Mon Sep 17 00:00:00 2001 From: Stefano Carrazza Date: Wed, 4 Mar 2026 20:53:26 +0100 Subject: [PATCH] updating lock --- poetry.lock | 6 +++--- pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 83c2eb6..564fa8b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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]] name = "alabaster" @@ -2717,7 +2717,7 @@ files = [ [package.dependencies] latexcodec = ">=1.0.4" -PyYAML = ">=3.01" +PyYAML = ">=3.1" [package.extras] doc = ["sphinx"] @@ -3872,4 +3872,4 @@ qmatchatea = ["qmatchatea"] [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.14" -content-hash = "2ef2f4a6eb4560106eb1c3bd8401ac89c2f48c46d9c5dafd35e3ead842ccbfdb" +content-hash = "ffcf3cfc548f248b95a0ef4c341c5ce07329be8d5f2a79f207be42f2c54b8cbf" diff --git a/pyproject.toml b/pyproject.toml index a6fe2ba..389c24c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,8 +21,8 @@ packages = [{ include = "qibotn", from = "src" }] [tool.poetry.dependencies] python = ">=3.11,<3.14" -qibo = { git = "https://github.com/qiboteam/qibo" } -qibojit = { git = "https://github.com/qiboteam/qibojit.git" } +qibo = "^0.3.0" +qibojit = "^0.1.13" quimb = { version = "^1.10.0", extras = ["tensor"] } cupy-cuda12x = { version = "^13.6.0", optional = true } cuda-toolkit = {extras = ["all"], version = "^12.9.1"}