From 0ac409ce51279ea23a43c4c49e7a684e4d218f9d Mon Sep 17 00:00:00 2001 From: Andrew Pikul Date: Sun, 20 Oct 2024 21:01:40 -0400 Subject: [PATCH] Change to new kaleido --- .circleci/env_image.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/env_image.sh b/.circleci/env_image.sh index 4b684aa1599..016df417fbc 100755 --- a/.circleci/env_image.sh +++ b/.circleci/env_image.sh @@ -5,6 +5,7 @@ sudo python3 .circleci/download_google_fonts.py && \ sudo cp -r .circleci/fonts/ /usr/share/ && \ sudo fc-cache -f && \ # install kaleido & plotly -sudo python3 -m pip install kaleido==0.2.1 plotly==5.5.0 --progress-bar off +sudo python3 -m pip install git+https://github.com/plotly/kaleido@devtools/main#subdirectory=src/py +sudo python3 -m pip install plotly==5.5.0 --progress-bar off # install numpy i.e. to convert arrays to typed arrays sudo python3 -m pip install numpy==1.24.2