pin pillow<11 to avoid regressing streamlit to ancient 1.22

This commit is contained in:
Paul Gauthier 2024-10-31 15:31:58 -07:00
parent 27711010a0
commit 0c4e4a123a
5 changed files with 30 additions and 47 deletions

View file

@ -17,7 +17,6 @@ sounddevice
soundfile
beautifulsoup4
PyYAML
Pillow
diff-match-patch
pypandoc
litellm
@ -57,3 +56,6 @@ numpy<2
# Going past this makes dependencies unresolvable
# Seems to be caused by sentence-transformers
tokenizers==0.19.1
# streamlit 1.39.0 depends on this, as far back as 1.22 which is ancient and doesn't have chat ui
Pillow<11