Skip to content

Commit

Permalink
Pin cirq_rigetti pyquil dependency to pyquil-3.* (#6129)
Browse files Browse the repository at this point in the history
Problem: `pip install cirq --pre` may install pyquil-4.0.0rcN
which is incompatible with cirq_rigetti.

Solution: pin the pyquil dependency to `3.*`.
  • Loading branch information
pavoljuhas committed Jun 9, 2023
1 parent 0ef302f commit 24abfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cirq-rigetti/requirements.txt
@@ -1 +1 @@
pyquil>=3.2.0
pyquil~=3.2.0

0 comments on commit 24abfa1

Please sign in to comment.