Skip to content

Commit d3cf0c9

Browse files
committed
Revert last commit
1 parent f63ada7 commit d3cf0c9

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

.readthedocs.yaml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,23 @@ build:
66
os: ubuntu-lts-latest
77
tools:
88
python: "3.9"
9-
jobs:
10-
post_install:
11-
- kaleido_get_chrome
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
1226

1327
python:
1428
install:

0 commit comments

Comments
 (0)