Skip to content

Commit 483b01b

Browse files
committed
python: requirements: update Pillow, Sphinx
Pillow 11.1 seems to work with Sphinx 8.2. installed via pip. No build errors now. Signed-off-by: Liam Girdwood <[email protected]>
1 parent c7bf0c1 commit 483b01b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

scripts/requirements.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# This file hardcodes validated versions with '==',
22
# see requirements-lax.txt for an alternative.
33

4-
sphinx>=7
4+
sphinx>=8.2.1
55
breathe
66
docutils
7+
plantuml
78
sphinx_rtd_theme
9+
sphinxcontrib-jquery
810
sphinxcontrib-plantuml
911
sphinxcontrib-applehelp
1012

11-
12-
# blockdiag is orphaned and not compatible with pillow>=10,
13+
# blockdiag is orphaned and not compatible with pillow 10,
1314
# see https://github.com/thesofproject/sof-docs/issues/472
15+
# however it is compatible with pillow 11.1
1416
sphinxcontrib-blockdiag
15-
pillow<10
17+
pillow>=11.1

0 commit comments

Comments
 (0)