mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-20 03:25: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
|
@ -82,7 +82,7 @@ httpx==0.27.2
|
|||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# llama-index-core
|
||||
huggingface-hub[inference]==0.26.1
|
||||
huggingface-hub[inference]==0.26.2
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# llama-index-embeddings-huggingface
|
||||
|
@ -104,7 +104,7 @@ joblib==1.4.2
|
|||
# via
|
||||
# nltk
|
||||
# scikit-learn
|
||||
llama-index-core==0.11.20
|
||||
llama-index-core==0.11.21
|
||||
# via
|
||||
# -r requirements/requirements-help.in
|
||||
# llama-index-embeddings-huggingface
|
||||
|
@ -147,7 +147,7 @@ packaging==24.1
|
|||
# huggingface-hub
|
||||
# marshmallow
|
||||
# transformers
|
||||
pillow==11.0.0
|
||||
pillow==10.4.0
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# llama-index-core
|
||||
|
@ -219,7 +219,7 @@ tokenizers==0.19.1
|
|||
# transformers
|
||||
torch==2.2.2
|
||||
# via sentence-transformers
|
||||
tqdm==4.66.5
|
||||
tqdm==4.66.6
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# huggingface-hub
|
||||
|
@ -251,7 +251,7 @@ wrapt==1.16.0
|
|||
# via
|
||||
# deprecated
|
||||
# llama-index-core
|
||||
yarl==1.16.0
|
||||
yarl==1.17.1
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# aiohttp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue