Skip to content

Commit de2cf2c

Browse files
authored
Pin Qiskit to <2 in next release (#904)
* Pin Qiskit to `<2` in next release * Update constraints.txt * Update requirements.txt
1 parent 59bd397 commit de2cf2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
numpy>=2
1+

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
qiskit>=1.0
1+
qiskit>=1.0,<2.0
2+
numpy>=2.0
23
scipy>=1.4
3-
numpy>=1.17
44
scikit-learn>=1.2
55
setuptools>=40.1
66
dill>=0.3.4

0 commit comments

Comments
 (0)