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 2110ce8 commit f33e265Copy full SHA for f33e265
.circleci/env_image.sh
@@ -15,7 +15,7 @@ sudo apt install fontconfig
15
sudo fc-cache -f
16
17
# install kaleido & plotly
18
-sudo python3 -m pip install kaleido==0.2.1 plotly==5.5.0 --progress-bar off
+sudo python3 -m pip install kaleido==0.2.1 plotly==6.2.0 --progress-bar off
19
20
# install numpy i.e. to convert arrays to typed arrays
21
sudo python3 -m pip install numpy==1.24.2
0 commit comments