From 66307f6370b77f2e7434a5654aa677a0a4d1364b Mon Sep 17 00:00:00 2001 From: archmoj Date: Fri, 25 Jun 2021 09:30:29 -0400 Subject: [PATCH] use plotly.io v5 --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 900be5994a0..1bda67b777b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -93,8 +93,8 @@ jobs: name: install kaleido v0.2.1 command: python3 -m pip install kaleido==0.2.1 - run: - name: install plotly.io v4.14.3 - command: python3 -m pip install plotly==4.14.3 + name: install plotly.io v5.0.0 + command: python3 -m pip install plotly==5.0.0 - run: name: install liberation2 fonts command: sudo apt-get install fonts-liberation2 @@ -145,8 +145,8 @@ jobs: name: install kaleido v0.2.1 command: python3 -m pip install kaleido==0.2.1 - run: - name: install plotly.io v4.14.3 - command: python3 -m pip install plotly==4.14.3 + name: install plotly.io v5.0.0 + command: python3 -m pip install plotly==5.0.0 - run: name: install poppler-utils to have pdftops for exporting eps command: sudo apt-get install poppler-utils