Skip to content

Commit 4e7c22d

Browse files
committed
Upgrade seaborn version to 0.12.0
1 parent c185891 commit 4e7c22d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/ci_validate_tutorials.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ pip install jupyter nbclient==0.6.5 jupyter-client==6.1.12 ipython==7.22.0
2020
pip install ipykernel==5.1.1
2121
# OpenAI Gym pip package needed for the quantum reinforcement learning tutorial
2222
pip install gym==0.24.1
23+
# seaborn has also numpy dependency, it requires version >= 0.12.0.
24+
pip install seaborn=0.12.0
2325
# tf_docs pip package needed for noise tutorial.
2426
pip install -q git+https://github.com/tensorflow/docs
2527
# Leave the quantum directory, otherwise errors may occur

0 commit comments

Comments
 (0)