Fix blockdiag issue

Blockdiag is incompatible with Pillow >= 10.0
Solution for now, pin Pillow < 10.0

Change-Id: I93b9634f7d2813cb1a17aeda2d8ef2ec188f86f3
This commit is contained in:
Lukas Kranz 2023-07-10 08:27:48 +02:00
parent d490441a61
commit b192ccee73
1 changed files with 2 additions and 0 deletions

View File

@ -5,3 +5,5 @@ sphinxcontrib-seqdiag
sphinx_rtd_theme
# NOTE(ianw) 2022-10-17 : until we can figure out circular reference errors
sphinx<=5.2.3
# NOTE(lk) sphinxcontrib-blockdiag uses pillow and is not compatible with 10.0.0
Pillow<10.0