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 5595393 commit afafaf2Copy full SHA for afafaf2
.circleci/env_image.sh
@@ -6,6 +6,6 @@ sudo python3 .circleci/download_google_fonts.py
6
sudo cp -r .circleci/fonts/ /usr/share/
7
sudo fc-cache -f
8
# install kaleido & plotly
9
-sudo python3 -m pip install "plotly[kaleido]==6.1.0rc0" --progress-bar off
+sudo python3 -m pip install "plotly[kaleido]==6.1.2" --progress-bar off
10
# install numpy i.e. to convert arrays to typed arrays
11
sudo python3 -m pip install numpy==1.24.2
0 commit comments