mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-23 21:15:00 +00:00
pin pillow<11 to avoid regressing streamlit to ancient 1.22
This commit is contained in:
parent
27711010a0
commit
0c4e4a123a
5 changed files with 30 additions and 47 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue