Skip to content

Commit c132711

Browse files
Merge pull request #1310 from qiboteam/post_py3.12
Reverting `Qibojit` and `Qibotn` dependencies
2 parents 81c173b + 5697bdf commit c132711

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pylint = "^3.1.0"
6969
matplotlib = "^3.7.0"
7070
tensorflow = { version = "^2.16.1", markers = "sys_platform == 'linux'" }
7171
torch = "^2.1.1"
72-
qibojit = { git = "https://github.com/qiboteam/qibojit.git", branch="clifford_simulator_numba" }
72+
qibojit = { git = "https://github.com/qiboteam/qibojit.git" }
7373
qibotn = { git = "https://github.com/qiboteam/qibotn.git" }
7474
stim = "^1.12.0"
7575

@@ -88,7 +88,7 @@ optional = true
8888
[tool.poetry.group.cuda11.dependencies]
8989
cupy-cuda11x = "^12.0.0"
9090
cuquantum-python-cu11 = "^23.3.0"
91-
qibojit = { git = "https://github.com/qiboteam/qibojit.git", branch="clifford_simulator_numba" }
91+
qibojit = { git = "https://github.com/qiboteam/qibojit.git" }
9292
qibotn = { git = "https://github.com/qiboteam/qibotn.git" }
9393

9494
[tool.poetry.group.cuda12]
@@ -97,7 +97,7 @@ optional = true
9797
[tool.poetry.group.cuda12.dependencies]
9898
cupy-cuda12x = "^12.0.0"
9999
cuquantum-python-cu12 = "^23.3.0"
100-
qibojit = { git = "https://github.com/qiboteam/qibojit.git", branch="clifford_simulator_numba" }
100+
qibojit = { git = "https://github.com/qiboteam/qibojit.git" }
101101
qibotn = { git = "https://github.com/qiboteam/qibotn.git" }
102102

103103
[tool.poetry.extras]

0 commit comments

Comments
 (0)