We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587d86c commit 566ddc6Copy full SHA for 566ddc6
.circleci/env_image.sh
@@ -5,4 +5,4 @@ sudo python3 .circleci/download_google_fonts.py && \
5
sudo cp -r .circleci/fonts/ /usr/share/ && \
6
sudo fc-cache -f && \
7
# install kaleido & plotly
8
-sudo python3 -m pip install kaleido==0.2.1 plotly==5.1.0 --progress-bar off
+sudo python3 -m pip install kaleido==0.2.1 plotly==5.2.1 --progress-bar off
0 commit comments