Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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