Skip to content

Commit afafaf2

Browse files
committed
update version
1 parent 5595393 commit afafaf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/env_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ sudo python3 .circleci/download_google_fonts.py
66
sudo cp -r .circleci/fonts/ /usr/share/
77
sudo fc-cache -f
88
# install kaleido & plotly
9-
sudo python3 -m pip install "plotly[kaleido]==6.1.0rc0" --progress-bar off
9+
sudo python3 -m pip install "plotly[kaleido]==6.1.2" --progress-bar off
1010
# install numpy i.e. to convert arrays to typed arrays
1111
sudo python3 -m pip install numpy==1.24.2

0 commit comments

Comments
 (0)