Skip to content

Commit aaf3786

Browse files
authored
Merge pull request #5766 from plotly/bump-plolty-io-v5
Bump plotly.io to v5 in image test
2 parents f9df5dd + 66307f6 commit aaf3786

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
9393
name: install kaleido v0.2.1
9494
command: python3 -m pip install kaleido==0.2.1
9595
- run:
96-
name: install plotly.io v4.14.3
97-
command: python3 -m pip install plotly==4.14.3
96+
name: install plotly.io v5.0.0
97+
command: python3 -m pip install plotly==5.0.0
9898
- run:
9999
name: install liberation2 fonts
100100
command: sudo apt-get install fonts-liberation2
@@ -145,8 +145,8 @@ jobs:
145145
name: install kaleido v0.2.1
146146
command: python3 -m pip install kaleido==0.2.1
147147
- run:
148-
name: install plotly.io v4.14.3
149-
command: python3 -m pip install plotly==4.14.3
148+
name: install plotly.io v5.0.0
149+
command: python3 -m pip install plotly==5.0.0
150150
- run:
151151
name: install poppler-utils to have pdftops for exporting eps
152152
command: sudo apt-get install poppler-utils

0 commit comments

Comments
 (0)