Skip to content

[Stable] Pin networkx in constraints#3331

Merged
kdk merged 1 commit into
Qiskit:stable/0.10from
mtreinish:fix-ci
Oct 28, 2019
Merged

[Stable] Pin networkx in constraints#3331
kdk merged 1 commit into
Qiskit:stable/0.10from
mtreinish:fix-ci

Conversation

@mtreinish
Copy link
Copy Markdown
Member

Summary

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.

(cherry picked from commit 38b03f4)

Details and comments

[1] chebee7i/nxpd#15

Backported from #3276

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

(cherry picked from commit 38b03f4)
@kdk kdk merged commit 4d56cef into Qiskit:stable/0.10 Oct 28, 2019
@mtreinish mtreinish deleted the fix-ci branch December 3, 2019 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants