File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ cirq-core>=0.13.1
2
2
cirq-google >= 0.13.1
3
3
sympy == 1.8
4
4
numpy == 1.19.5 # TensorFlow can detect if it was built against other versions.
5
- nbconvert == 5.6.1
6
5
nbformat == 4.4.0
7
6
pylint == 2.4.4
8
7
yapf == 0.28.0
@@ -13,4 +12,4 @@ google-api-core==1.21.0
13
12
google-auth == 1.18.0
14
13
google-api-python-client == 1.8.0
15
14
grpcio == 1.34.1
16
- protobuf == 3.17.3
15
+ protobuf == 3.17.3
Original file line number Diff line number Diff line change 15
15
# ==============================================================================
16
16
17
17
# Run the tutorials using the installed pip package
18
- pip install jupyter nbformat==4 .4.0 nbconvert==5.5.0 jupyter-client==6.1.12 ipython==7.22.0
18
+ pip install jupyter nbconvert==6 .4.3 jupyter-client==6.1.12 ipython==7.22.0
19
19
# Workaround for ipykernel - see https://github.com/ipython/ipykernel/issues/422
20
20
pip install ipykernel==5.1.1
21
21
# OpenAI Gym pip package needed for the quantum reinforcement learning tutorial
32
32
echo " Tutorials failed to run to completion:"
33
33
echo " {$examples_output }"
34
34
exit 64;
35
- fi
35
+ fi
You can’t perform that action at this time.
0 commit comments