Thanks to visit codestin.com Credit goes to github.com
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 bcbb64a commit 9a078e3Copy full SHA for 9a078e3
.circleci/env_image.sh
@@ -5,6 +5,6 @@ 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.5.0 --progress-bar off
+sudo python3 -m pip install kaleido==1.0.0rc13 plotly==5.5.0 --progress-bar off
9
# install numpy i.e. to convert arrays to typed arrays
10
sudo python3 -m pip install numpy==1.24.2
0 commit comments