-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loosen networkx
requirements
#6105
Conversation
networkx
requirements
cirq-core/requirements.txt
Outdated
@@ -5,7 +5,7 @@ backports.cached_property~=1.0.1; python_version < '3.8' | |||
|
|||
duet~=0.2.8 | |||
matplotlib~=3.0 | |||
networkx~=2.4 | |||
networkx>=2.4 # can't do networkx>=3.0 until https://github.com/rigetti/pyquil/issues/1553 is fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
honestly I don't think this is worth mentioning. Until there is a networkx 3 feature that we actually want to use it's a good thing that we support both :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you @vtomole ! sorry for the confusion
* Update requirements.txt * Update requirements.txt * Update requirements.txt * Update requirements.txt
Fixes #6047