You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Pre-Request Checklist
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
The text was updated successfully, but these errors were encountered: