forked from Qiskit/qiskit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to install latest numpy in all CI jobs (Qiskit#5816)
* Attempt to install latest numpy in all CI jobs Since the pulse simulator in aer 0.7.4 release appears to not be compatible with numpy releases <1.20.0 (see Qiskit/qiskit-aer#1120) we need to ensure that we're running jobs that use aer with numpy 1.20.0 too. This commit attempts to ensure we're using the latest numpy release in all CI jobs to unblock CI while we wait for a fixed aer release. * Try to pin with constraints * Fix issues with windows and 3.6 * Update azure-pipelines.yml Co-authored-by: Kevin Krsulich <[email protected]> * Fix lint error now being caught in AbelianGrouper
- Loading branch information
Showing
3 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
docplex==2.15.194 | ||
appnope==0.1.0 | ||
numpy>=1.20.0 ; python_version>'3.6' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters