Skip to content

Commit 1d3f78f

Browse files
committed
Removed Qiskit 2.1 from requirements-dev.txt
1 parent 42af3dc commit 1d3f78f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

requirements-dev.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ qiskit-aer>=0.12
1919
networkx>=2.2
2020
mypy>=0.991
2121
mypy-extensions>=0.4.3
22+
qiskit!=2.1.*
2223

2324
# Tweedledum is unmaintained and its existing Mac wheels are unreliable. If you
2425
# manage to get a working install on a Mac the functionality should still work,
2526
# but as a convenience this file won't attempt the install itself.
27+
# Furthermore, tweedledum won't be required anymore when the oldest supported version
28+
# of Qiskit is 2.0.
2629
tweedledum; python_version<'3.11' and platform_system!="Darwin"
2730

0 commit comments

Comments
 (0)