We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63ada7 commit d3cf0c9Copy full SHA for d3cf0c9
1 file changed
.readthedocs.yaml
@@ -6,9 +6,23 @@ build:
6
os: ubuntu-lts-latest
7
tools:
8
python: "3.9"
9
- jobs:
10
- post_install:
11
- - kaleido_get_chrome
+ apt_packages:
+ # chromium-browser is required by Kaleido to generate Plotly figures via fig.write_image()
+ - 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
27
python:
28
install:
0 commit comments