We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7c22d commit a765f7fCopy full SHA for a765f7f
scripts/ci_validate_tutorials.sh
@@ -21,7 +21,7 @@ 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
+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