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
22cirq-google >= 0.13.1
33sympy == 1.8
44numpy == 1.19.5 # TensorFlow can detect if it was built against other versions.
5- nbconvert == 5.6.1
65nbformat == 4.4.0
76pylint == 2.4.4
87yapf == 0.28.0
@@ -13,4 +12,4 @@ google-api-core==1.21.0
1312google-auth == 1.18.0
1413google-api-python-client == 1.8.0
1514grpcio == 1.34.1
16- protobuf == 3.17.3
15+ protobuf == 3.17.3
Original file line number Diff line number Diff line change 1515# ==============================================================================
1616
1717# 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
1919# Workaround for ipykernel - see https://github.com/ipython/ipykernel/issues/422
2020pip install ipykernel==5.1.1
2121# OpenAI Gym pip package needed for the quantum reinforcement learning tutorial
3232 echo " Tutorials failed to run to completion:"
3333 echo " {$examples_output }"
3434 exit 64;
35- fi
35+ fi
You can’t perform that action at this time.
0 commit comments