Skip to content

Commit 24abfa1

Browse files
authored
Pin cirq_rigetti pyquil dependency to pyquil-3.* (#6129)
Problem: `pip install cirq --pre` may install pyquil-4.0.0rcN which is incompatible with cirq_rigetti. Solution: pin the pyquil dependency to `3.*`.
1 parent 0ef302f commit 24abfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cirq-rigetti/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyquil>=3.2.0
1+
pyquil~=3.2.0

0 commit comments

Comments
 (0)