Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down