Skip to content
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

Update networks dependency to ~= 3.0 #1553

Closed
cqc-melf opened this issue Mar 31, 2023 · 2 comments · Fixed by #1584
Closed

Update networks dependency to ~= 3.0 #1553

cqc-melf opened this issue Mar 31, 2023 · 2 comments · Fixed by #1584
Labels
enhancement ✨ A request for a new feature.

Comments

@cqc-melf
Copy link

Pre-Request Checklist

  • [ X ] I am running the latest versions of pyQuil and the Forest SDK
  • [ X ] I checked to make sure that this feature has not already been requested

Issue Description

You are currently using the old networkx~=2.x version in the pyquil python package. Would it be possible for you to upgrade to networkx~=3.0?

Proposed Solution

upgrade to networkx~=3.0

Additional References

@cqc-melf cqc-melf added the enhancement ✨ A request for a new feature. label Mar 31, 2023
@ryanhill1
Copy link

Was about to open the same issue. Currently running into dependency conflict with the latest pytket:

ERROR: Cannot install pyquil because these package versions have conflicting dependencies.

The conflict is caused by:
    pyquil 3.3.5 depends on networkx<3.0 and >=2.5
    pytket 1.13.2 depends on networkx~=3.0

@vtomole
Copy link
Contributor

vtomole commented May 31, 2023

We are also running into this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ A request for a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants