Skip to content

Commit f63ada7

Browse files
committed
Run kaleido_get_chrome to install the extra choreographer and Kaleido dependencies
1 parent deb5a32 commit f63ada7

1 file changed

Lines changed: 3 additions & 18 deletions

File tree

.readthedocs.yaml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,9 @@ build:
66
os: ubuntu-lts-latest
77
tools:
88
python: "3.9"
9-
apt_packages:
10-
# chromium-browser is required by Kaleido to generate Plotly figures via fig.write_image()
11-
- chromium-browser
12-
# The following dependencies are suggested by choreographer (a dependency of Kaleido)
13-
# see: https://github.com/plotly/choreographer/blob/main/choreographer/browsers/_errors.py
14-
- libnss3
15-
- libatk-bridge2.0-0
16-
- libcups2
17-
- libxcomposite1
18-
- libxdamage1
19-
- libxfixes3
20-
- libxrandr2
21-
- libgbm1
22-
- libxkbcommon0
23-
- libpango-1.0-0
24-
- libcairo2
25-
- libasound2
26-
9+
jobs:
10+
post_install:
11+
- kaleido_get_chrome
2712

2813
python:
2914
install:

0 commit comments

Comments
 (0)