From b38897af8be2e09ab78d08f0caa2cdbadb41c02c Mon Sep 17 00:00:00 2001 From: BrunoLiegiBastonLiegi Date: Fri, 29 Nov 2024 18:23:40 +0100 Subject: [PATCH] build: lock update --- poetry.lock | 8 ++++---- pyproject.toml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index fe41504ddb..3ec55ad477 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4243,7 +4243,7 @@ develop = false [package.dependencies] numba = ">=0.59.0" psutil = "^5.9.5" -qibo = "^0.2.13" +qibo = {git = "https://github.com/qiboteam/qibo", branch = "backend_refactor"} scipy = "^1.10.1" [package.extras] @@ -4253,8 +4253,8 @@ cuquantum = ["cuquantum-python-cu12 (>=23.10.0,<24.0.0)"] [package.source] type = "git" url = "https://github.com/qiboteam/qibojit.git" -reference = "HEAD" -resolved_reference = "290b1776c2ba272f1c9eb59cba1d31964a239f2a" +reference = "backend_refactor" +resolved_reference = "10f6d8cf3da9971cddc8f41282c0b6e04c96e6c0" [[package]] name = "qiboml" @@ -5584,4 +5584,4 @@ torch = ["torch"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "9f7f77d0d0c0d6dffd3df0cee71684ad08faa320ae15d36c192bec7b590d54bc" +content-hash = "81af6b3dcd0dd854722a50e06a1799ac1d47d53444432635af890c6222bf4324" diff --git a/pyproject.toml b/pyproject.toml index 477ee0b175..2e9cd0b1a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ ipython = "^8.10.0" qulacs = { version = "^0.6.4", markers = "(sys_platform == 'darwin' and python_version > '3.9') or sys_platform != 'darwin'" } seaborn = "^0.13.2" ipykernel = "^6.29.4" -qibojit = { git = "https://github.com/qiboteam/qibojit.git" } +qibojit = { git = "https://github.com/qiboteam/qibojit.git", branch = "backend_refactor" } [tool.poetry.group.tests] optional = true @@ -70,7 +70,7 @@ pytest-cov = "^4.0.0" pylint = "3.1.0" matplotlib = "^3.7.0" torch = "^2.1.1,<2.4" -qibojit = { git = "https://github.com/qiboteam/qibojit.git" } +qibojit = { git = "https://github.com/qiboteam/qibojit.git", branch = "backend_refactor"} qibotn = { git = "https://github.com/qiboteam/qibotn.git" } qiboml = { git = "https://github.com/qiboteam/qiboml.git", branch = "backend_refactor" } stim = "^1.12.0" @@ -91,7 +91,7 @@ optional = true [tool.poetry.group.cuda11.dependencies] cupy-cuda11x = "^12.0.0" cuquantum-python-cu11 = "^23.3.0" -qibojit = { git = "https://github.com/qiboteam/qibojit.git" } +qibojit = { git = "https://github.com/qiboteam/qibojit.git", branch = "backend_refactor" } qibotn = { git = "https://github.com/qiboteam/qibotn.git" } @@ -101,7 +101,7 @@ optional = true [tool.poetry.group.cuda12.dependencies] cupy-cuda12x = "^12.0.0" cuquantum-python-cu12 = "^23.3.0" -qibojit = { git = "https://github.com/qiboteam/qibojit.git" } +qibojit = { git = "https://github.com/qiboteam/qibojit.git", branch = "backend_refactor" } qibotn = { git = "https://github.com/qiboteam/qibotn.git" } [tool.poetry.extras]