mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
Include scipy in base reqs
This commit is contained in:
parent
b4bfcc1ff1
commit
0b21dbaf08
4 changed files with 7 additions and 4 deletions
|
@ -6,6 +6,3 @@
|
|||
llama-index-core
|
||||
llama-index-embeddings-huggingface
|
||||
|
||||
# To retain python 3.9 compatibility
|
||||
scipy<1.14
|
||||
|
||||
|
|
|
@ -211,7 +211,7 @@ scikit-learn==1.5.1
|
|||
# via sentence-transformers
|
||||
scipy==1.13.1
|
||||
# via
|
||||
# -r requirements-hf-embed.in
|
||||
# -c requirements.txt
|
||||
# scikit-learn
|
||||
# sentence-transformers
|
||||
sentence-transformers==3.0.1
|
||||
|
|
|
@ -38,3 +38,6 @@ tree-sitter==0.21.3
|
|||
# https://github.com/pypa/twine/blob/6fbf880ee60915cf1666348c4bdd78a10415f2ac/twine/__init__.py#L40
|
||||
# Uses importlib-metadata
|
||||
importlib-metadata<8.0.0
|
||||
|
||||
# To retain python 3.9 compatibility
|
||||
scipy<1.14
|
||||
|
|
|
@ -163,6 +163,7 @@ numpy==1.26.4
|
|||
# pandas
|
||||
# pyarrow
|
||||
# pydeck
|
||||
# scipy
|
||||
# streamlit
|
||||
openai==1.35.10
|
||||
# via litellm
|
||||
|
@ -265,6 +266,8 @@ rpds-py==0.18.1
|
|||
# referencing
|
||||
rsa==4.9
|
||||
# via google-auth
|
||||
scipy==1.13.1
|
||||
# via -r requirements.in
|
||||
six==1.16.0
|
||||
# via python-dateutil
|
||||
smmap==5.0.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue