Skip to content

Commit 86f5283

Browse files
committed
update plotly version in env_image.sh
1 parent 4d4d34f commit 86f5283

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/env_image.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ sudo cp -r .circleci/fonts/ /usr/share/
99
sudo fc-cache -f
1010
# install kaleido & plotly
1111
# python -m pip install "plotly[kaleido]==6.1.2" --progress-bar off
12-
# Once new Kaleido and Plotly versions are released, uncomment the line above, update the Plotly version,
13-
# and delete the two lines below.
14-
python3 -m pip install "git+https://github.com/plotly/plotly.py.git@6837831" --progress-bar off
15-
python3 -m pip install "git+https://github.com/plotly/Kaleido.git@b83b6b8#subdirectory=src/py" --progress-bar off
12+
# Once the next Plotly version is released, uncomment the line above, update the Plotly version,
13+
# and delete the line below.
14+
python3 -m pip install "git+https://github.com/plotly/plotly.py.git@0089b4d#egg=plotly[kaleido]" --progress-bar off
1615
# install numpy i.e. to convert arrays to typed arrays
1716
python3 -m pip install numpy==1.24.2

0 commit comments

Comments
 (0)