We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0684419 commit 5ee16b7Copy full SHA for 5ee16b7
Dockerfile
@@ -25,4 +25,4 @@ RUN pip3 install cirq "qcs-sdk-python<=0.21.12"
25
##cirq pre_release image
26
FROM cirq_base AS cirq_pre_release
27
# TODO: adjust after the fix of https://github.com/rigetti/qcs-sdk-rust/issues/531
28
-RUN pip3 install cirq~=1.0.dev "qcs-sdk-python<=0.21.12"
+RUN pip3 install --upgrade cirq~=1.0.dev "qcs-sdk-python<=0.21.12"
0 commit comments