From 9a078e334fcc7e6b13147120b246816ae4edf9ec Mon Sep 17 00:00:00 2001 From: Emily KL <4672118+emilykl@users.noreply.github.com> Date: Wed, 30 Apr 2025 14:10:14 -0400 Subject: [PATCH 1/2] try using Kaleido v1 for image tests --- .circleci/env_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/env_image.sh b/.circleci/env_image.sh index 4b684aa1599..0817c58e151 100755 --- a/.circleci/env_image.sh +++ b/.circleci/env_image.sh @@ -5,6 +5,6 @@ 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 kaleido==1.0.0rc13 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 From f7f5a03e3da32b496b618d5248717d63b1c8526f Mon Sep 17 00:00:00 2001 From: Emily KL <4672118+emilykl@users.noreply.github.com> Date: Fri, 2 May 2025 16:47:58 -0400 Subject: [PATCH 2/2] Update Plotly version --- .circleci/env_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/env_image.sh b/.circleci/env_image.sh index 0817c58e151..22822ac7127 100755 --- a/.circleci/env_image.sh +++ b/.circleci/env_image.sh @@ -5,6 +5,6 @@ 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==1.0.0rc13 plotly==5.5.0 --progress-bar off +sudo python3 -m pip install "plotly[kaleido]==6.1.0rc0" --progress-bar off # install numpy i.e. to convert arrays to typed arrays sudo python3 -m pip install numpy==1.24.2