From d7f3a36f74e205e8b3a1c9118fb6881224618cc1 Mon Sep 17 00:00:00 2001 From: BrunoLiegiBastonLiegi <45011234+BrunoLiegiBastonLiegi@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:29:35 +0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c0fb5c4..8e9719b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers=[ [tool.poetry.dependencies] python=">=3.9.0,<3.12" numba=">=0.51.0" -qibo=">=0.2.3" +qibo={ git = "git@github.com:qiboteam/qibo.git", branch = "clifford_simulator_numba" } scipy = "^1.10.1" psutil = "^5.9.5"