Skip to content

Commit 03a53b6

Browse files
committed
update kaleido ref
1 parent d0fa346 commit 03a53b6

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
@@ -12,6 +12,6 @@ sudo fc-cache -f
1212
# Once new Kaleido and Plotly versions are released, uncomment the line above, update the Plotly version,
1313
# and delete the two lines below.
1414
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@2a4bfa2#subdirectory=src/py" --progress-bar off
15+
python3 -m pip install "git+https://github.com/plotly/Kaleido.git@v1.0.0rc14#subdirectory=src/py" --progress-bar off
1616
# install numpy i.e. to convert arrays to typed arrays
1717
python3 -m pip install numpy==1.24.2

0 commit comments

Comments
 (0)