Skip to content

Commit 34b9c81

Browse files
authored
Also avoid broken wheels when testing notebooks (#7127)
Preinstall a working version of qcs-sdk-python package. Ref: rigetti/qcs-sdk-rust#531 Ref: #7126
1 parent 78d30e7 commit 34b9c81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev_tools/notebooks/isolated_notebook_test.py

+3
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@
8585
"jupyter",
8686
# assumed to be part of colab
8787
"seaborn~=0.12",
88+
# TODO: remove after the fix of https://github.com/rigetti/qcs-sdk-rust/issues/531
89+
"qcs-sdk-python<=0.21.12",
90+
"numpy~=1.25",
8891
]
8992

9093

0 commit comments

Comments
 (0)