Skip to content

Commit

Permalink
Also avoid broken wheels when testing notebooks (#7127)
Browse files Browse the repository at this point in the history
Preinstall a working version of qcs-sdk-python package.

Ref: rigetti/qcs-sdk-rust#531
Ref: #7126
  • Loading branch information
pavoljuhas authored Mar 7, 2025
1 parent 78d30e7 commit 34b9c81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev_tools/notebooks/isolated_notebook_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@
"jupyter",
# assumed to be part of colab
"seaborn~=0.12",
# TODO: remove after the fix of https://github.com/rigetti/qcs-sdk-rust/issues/531
"qcs-sdk-python<=0.21.12",
"numpy~=1.25",
]


Expand Down

0 comments on commit 34b9c81

Please sign in to comment.