From 8f8a9c4cf0e1b4249ec413b218ed5110fd385b33 Mon Sep 17 00:00:00 2001 From: archmoj Date: Wed, 22 Dec 2021 16:11:13 -0500 Subject: [PATCH] bump plotly.py to v5.5.0 --- .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 b77dc0a8abd..87d40fa2889 100755 --- a/.circleci/env_image.sh +++ b/.circleci/env_image.sh @@ -5,4 +5,4 @@ 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.2.1 --progress-bar off +sudo python3 -m pip install kaleido==0.2.1 plotly==5.5.0 --progress-bar off