@@ -59,20 +59,17 @@ nbsphinx = "^0.8.12"
5959qulacs = { version = " ^0.6.4" , python = " <3.13" }
6060seaborn = " ^0.13.2"
6161ipykernel = " ^6.29.4"
62- qibojit = { git = " https://github.com/qiboteam/qibojit.git" , branch = " backends " }
62+ qibojit = { git = " https://github.com/qiboteam/qibojit.git" }
6363
6464[tool .poetry .group .tests ]
6565optional = true
6666
6767[tool .poetry .group .tests .dependencies ]
6868pytest = " ^7.2.1"
69- # cirq = "^1.4.1"
7069pytest-cov = " ^4.0.0"
7170pylint = " ^3.3.5"
7271matplotlib = " ^3.7.0"
73- qibojit = { git = " https://github.com/qiboteam/qibojit.git" , branch =" backends" }
74- # qibotn = { git = "https://github.com/qiboteam/qibotn.git" }
75- # qiboml = { git = "https://github.com/qiboteam/qiboml.git" }
72+ qibojit = { git = " https://github.com/qiboteam/qibojit.git" }
7673stim = " ^1.12.0"
7774qulacs = { version = " ^0.6.4" , python = " <3.13" }
7875qiskit = " ^2.2.3"
@@ -93,8 +90,7 @@ optional = true
9390[tool .poetry .group .cuda11 .dependencies ]
9491cupy-cuda11x = " ^13.1.0"
9592cuquantum-python-cu11 = " ^24.1.0"
96- qibojit = { git = " https://github.com/qiboteam/qibojit.git" , branch =" backends" }
97- # qibotn = { git = "https://github.com/qiboteam/qibotn.git" }
93+ qibojit = { git = " https://github.com/qiboteam/qibojit.git" }
9894
9995
10096[tool .poetry .group .cuda12 ]
@@ -103,8 +99,7 @@ optional = true
10399[tool .poetry .group .cuda12 .dependencies ]
104100cupy-cuda12x = " ^13.1.0"
105101cuquantum-python-cu12 = " ^24.1.0"
106- qibojit = { git = " https://github.com/qiboteam/qibojit.git" , branch =" backends" }
107- # qibotn = { git = "https://github.com/qiboteam/qibotn.git" }
102+ qibojit = { git = " https://github.com/qiboteam/qibojit.git" }
108103
109104[tool .poetry .extras ]
110105qinfo = [" stim" ]
0 commit comments