Skip to content

Commit df6ccd2

Browse files
committed
Move docs/simulate/virtual_engine_interface.ipynb to NOTEBOOKS_DEPENDING_ON_UNRELEASED_FEATURES
1 parent 86b38ab commit df6ccd2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

dev_tools/notebooks/isolated_notebook_test.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
'docs/simulate/noisy_simulation.ipynb',
4949
'docs/simulate/quantum_virtual_machine.ipynb',
5050
'docs/simulate/qvm_basic_example.ipynb',
51+
# Remove once the renaming of `whitelisted_users` -> `allowlisted_users`
52+
# throughout cirq_google is released.
53+
'docs/simulate/virtual_engine_interface.ipynb',
5154
]
5255

5356
# By default all notebooks should be tested, however, this list contains exceptions to the rule
@@ -67,8 +70,6 @@
6770
# temporary: need to fix QVM metrics and device spec
6871
'docs/tutorials/google/spin_echoes.ipynb',
6972
'docs/tutorials/google/visualizing_calibration_metrics.ipynb',
70-
# temporary: allow name changes of keyword arguments in quantum engine interfaces to stabilize
71-
'docs/simulate/virtual_engine_interface.ipynb',
7273
]
7374
SKIP_NOTEBOOKS += [
7475
# notebooks that import the examples module which is not installed with cirq

docs/simulate/virtual_engine_interface.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
" import cirq_google\n",
9898
"except ImportError:\n",
9999
" print(\"installing cirq...\")\n",
100-
" !pip install --quiet cirq~=1.0.dev cirq-google~=1.0.dev\n",
100+
" !pip install --upgrade --quiet cirq~=1.0.dev cirq-google~=1.0.dev\n",
101101
" print(\"installed cirq.\")\n",
102102
" import cirq\n",
103103
" import cirq_google\n",

0 commit comments

Comments
 (0)