mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
refactor: Remove redundant numpy version constraint from requirements files
This commit is contained in:
parent
77e5882ce7
commit
146f02d314
5 changed files with 5 additions and 5 deletions
|
@ -196,7 +196,6 @@ networkx==3.2.1
|
|||
numpy==1.26.4
|
||||
# via
|
||||
# -c requirements/common-constraints.txt
|
||||
# -r requirements/requirements.in
|
||||
# scipy
|
||||
# soundfile
|
||||
openai==1.65.4
|
||||
|
|
|
@ -236,7 +236,7 @@ nodeenv==1.9.1
|
|||
# via pre-commit
|
||||
numpy==1.26.4
|
||||
# via
|
||||
# -r requirements/requirements.in
|
||||
# -r requirements/requirements-help.in
|
||||
# contourpy
|
||||
# llama-index-core
|
||||
# matplotlib
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
llama-index-core
|
||||
llama-index-embeddings-huggingface
|
||||
|
||||
# Because sentence-transformers doesn't like >=2
|
||||
numpy<2
|
||||
|
|
|
@ -157,6 +157,7 @@ nltk==3.9.1
|
|||
numpy==1.26.4
|
||||
# via
|
||||
# -c requirements/common-constraints.txt
|
||||
# -r requirements/requirements-help.in
|
||||
# llama-index-core
|
||||
# scikit-learn
|
||||
# scipy
|
||||
|
|
|
@ -48,6 +48,3 @@ tree-sitter==0.21.3
|
|||
# https://github.com/pypa/twine/blob/6fbf880ee60915cf1666348c4bdd78a10415f2ac/twine/__init__.py#L40
|
||||
# Uses importlib-metadata
|
||||
importlib-metadata<8.0.0
|
||||
|
||||
# Because sentence-transformers doesn't like >=2
|
||||
numpy<2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue