From 34b9c818830ff45930041f3ae6863b8bd8d7a6b1 Mon Sep 17 00:00:00 2001 From: Pavol Juhas Date: Thu, 6 Mar 2025 17:55:26 -0800 Subject: [PATCH] Also avoid broken wheels when testing notebooks (#7127) Preinstall a working version of qcs-sdk-python package. Ref: https://github.com/rigetti/qcs-sdk-rust/issues/531 Ref: https://github.com/quantumlib/Cirq/pull/7126 --- dev_tools/notebooks/isolated_notebook_test.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev_tools/notebooks/isolated_notebook_test.py b/dev_tools/notebooks/isolated_notebook_test.py index 239acfd87fa..5d68e1306e6 100644 --- a/dev_tools/notebooks/isolated_notebook_test.py +++ b/dev_tools/notebooks/isolated_notebook_test.py @@ -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", ]