From 376c86a6747337528f62c28b0ee1509de1a5d923 Mon Sep 17 00:00:00 2001 From: BrunoLiegiBastonLiegi Date: Fri, 20 Sep 2024 09:43:34 +0200 Subject: [PATCH] build: changed dependency to qibo main --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index ec929a5..4ce4d63 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1235,8 +1235,8 @@ torch = ["torch (>=2.1.1,<2.4)"] [package.source] type = "git" url = "https://github.com/qiboteam/qibo" -reference = "clifford_unpack_fix" -resolved_reference = "43f62390fa0354517370829ff2dc2dff6f9cc981" +reference = "HEAD" +resolved_reference = "4a24b6c9ddd3f744326e016f4b29c430e17c04dc" [[package]] name = "scipy" @@ -1523,4 +1523,4 @@ cuquantum = ["cuquantum-python-cu12"] [metadata] lock-version = "2.0" python-versions = "^3.9,<3.13" -content-hash = "c7a406deb9a16b08d1f24de6480a5da8ce33c880621301a6e9c832c2d77c61ef" +content-hash = "22d050c5116b2ff32ca311f519d193f6fedf3576995298c4bf8d776d599af21d" diff --git a/pyproject.toml b/pyproject.toml index 2b1e94c..128d551 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9,<3.13" numba = ">=0.59.0" -qibo = { git = "https://github.com/qiboteam/qibo", branch = "clifford_unpack_fix" } +qibo = { git = "https://github.com/qiboteam/qibo" } scipy = "^1.10.1" psutil = "^5.9.5" cupy-cuda12x = { version = "^13.1.0", optional = true }