forked from Qiskit/qiskit
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With the recent release of networkx 2.4 several deprecated APIs were removed. This broke the visualization dependency nxpd. A fix is in progress [1] to address this. But in the meantime to get tests working again we need to make sure we do not install networkx 2.4 for testing. This commit does this by pinning the version we use in our testing in the constraints file to 2.3. This will unblock our development while we wait for a new nxpd release. [1] chebee7i/nxpd#15
- Loading branch information
Showing
3 changed files
with
9 additions
and
8 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
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,3 +1,4 @@ | ||
astroid==2.2.5 | ||
cryptography==2.5.0 | ||
pylint==2.3.1 | ||
networkx==2.3 |