From 79ad7f70088b47fec6efcd2560681d1b747c0cb4 Mon Sep 17 00:00:00 2001 From: Renato Mello Date: Wed, 29 Nov 2023 11:14:05 +0400 Subject: [PATCH] undo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 110a99c4..f85cc6fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers=[ [tool.poetry.dependencies] python=">=3.8.0,<3.12" numba=">=0.51.0" -qibo={ git = "https://github.com/qiboteam/qibo.git@controlled_y" } +qibo=">=0.2.2" scipy = "^1.10.1" psutil = "^5.9.5"