Skip to content

Commit 0fdef58

Browse files
committed
Changed restriction of Qiskit to requirements-dev
1 parent ea45f05 commit 0fdef58

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ 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,

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
qiskit>=1.0,!=2.1.*
1+
qiskit>=1.0
22
scipy>=1.4
33
numpy>=1.17

0 commit comments

Comments
 (0)