We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c185891 commit 4e7c22dCopy full SHA for 4e7c22d
scripts/ci_validate_tutorials.sh
@@ -20,6 +20,8 @@ pip install jupyter nbclient==0.6.5 jupyter-client==6.1.12 ipython==7.22.0
20
pip install ipykernel==5.1.1
21
# OpenAI Gym pip package needed for the quantum reinforcement learning tutorial
22
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
25
# tf_docs pip package needed for noise tutorial.
26
pip install -q git+https://github.com/tensorflow/docs
27
# Leave the quantum directory, otherwise errors may occur
0 commit comments