Skip to content

Commit

Permalink
Remove numpy cap from tutorials job
Browse files Browse the repository at this point in the history
With the release of numpy 1.20.0 there was a deprecation of several
aliased types that qiskit was relying on in releases prior to Qiskit
0.23.5. This was causing issues in CI jobs because it would flood output
with deprecation warnings from numpy whenever qiskit used these
deprecated aliases in numpy. To workaround this issues in Qiskit#1127 we
pinned the numpy and cvxpy versions to use an older version to avoid
these deprecation warnings. However, since the release of Qiskit 0.23.5
the deprecated numpy usage in Qiskit has been updated so the warnings
are no longer a problem. This commit removes the numpy pin because it
appears to be interefering with other dependencies blocking CI.
  • Loading branch information
mtreinish committed Mar 1, 2021
1 parent 27d67cc commit b06a8c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
docplex==2.15.194
cvxpy<1.1.8
numpy<1.20.0

0 comments on commit b06a8c4

Please sign in to comment.