Skip to content

Commit 4ef56df

Browse files
authored
Update nbconvert (#680)
* update nbconvert and remove from reqs * move nbformat to reqs since used in multiple locations
1 parent 541f903 commit 4ef56df

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ cirq-core>=0.13.1
22
cirq-google>=0.13.1
33
sympy==1.8
44
numpy==1.19.5 # TensorFlow can detect if it was built against other versions.
5-
nbconvert==5.6.1
65
nbformat==4.4.0
76
pylint==2.4.4
87
yapf==0.28.0
@@ -13,4 +12,4 @@ google-api-core==1.21.0
1312
google-auth==1.18.0
1413
google-api-python-client==1.8.0
1514
grpcio==1.34.1
16-
protobuf==3.17.3
15+
protobuf==3.17.3

scripts/ci_validate_tutorials.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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
2020
pip install ipykernel==5.1.1
2121
# OpenAI Gym pip package needed for the quantum reinforcement learning tutorial
@@ -32,4 +32,4 @@ else
3232
echo "Tutorials failed to run to completion:"
3333
echo "{$examples_output}"
3434
exit 64;
35-
fi
35+
fi

0 commit comments

Comments
 (0)