Skip to content

Commit 21209df

Browse files
authored
Avoid broken wheels for qcs-sdk-python (#7056)
The installation of `qcs-sdk-python==0.21.11` fails on Linux Python 3.12 with `zlib.error: Error -3 while decompressing data: invalid block type`. Block new versions of qcs-sdk-python until this gets sorted out. Ref: rigetti/qcs-sdk-rust#531
1 parent e2de439 commit 21209df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cirq-rigetti/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pyquil>=4.14.3,<5.0.0
22

33
# TODO: remove after the fix of https://github.com/rigetti/qcs-sdk-rust/issues/531
4-
qcs-sdk-python!=0.21.9; sys_platform == "win32"
4+
qcs-sdk-python<=0.21.8

0 commit comments

Comments
 (0)