mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +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-core
|
||||||
llama-index-embeddings-huggingface
|
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
|
# via sentence-transformers
|
||||||
scipy==1.13.1
|
scipy==1.13.1
|
||||||
# via
|
# via
|
||||||
# -r requirements-hf-embed.in
|
# -c requirements.txt
|
||||||
# scikit-learn
|
# scikit-learn
|
||||||
# sentence-transformers
|
# sentence-transformers
|
||||||
sentence-transformers==3.0.1
|
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
|
# https://github.com/pypa/twine/blob/6fbf880ee60915cf1666348c4bdd78a10415f2ac/twine/__init__.py#L40
|
||||||
# Uses importlib-metadata
|
# Uses importlib-metadata
|
||||||
importlib-metadata<8.0.0
|
importlib-metadata<8.0.0
|
||||||
|
|
||||||
|
# To retain python 3.9 compatibility
|
||||||
|
scipy<1.14
|
||||||
|
|
|
@ -163,6 +163,7 @@ numpy==1.26.4
|
||||||
# pandas
|
# pandas
|
||||||
# pyarrow
|
# pyarrow
|
||||||
# pydeck
|
# pydeck
|
||||||
|
# scipy
|
||||||
# streamlit
|
# streamlit
|
||||||
openai==1.35.10
|
openai==1.35.10
|
||||||
# via litellm
|
# via litellm
|
||||||
|
@ -265,6 +266,8 @@ rpds-py==0.18.1
|
||||||
# referencing
|
# referencing
|
||||||
rsa==4.9
|
rsa==4.9
|
||||||
# via google-auth
|
# via google-auth
|
||||||
|
scipy==1.13.1
|
||||||
|
# via -r requirements.in
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
# via python-dateutil
|
# via python-dateutil
|
||||||
smmap==5.0.1
|
smmap==5.0.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue