mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +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
|
numpy==1.26.4
|
||||||
# via
|
# via
|
||||||
# -c requirements/common-constraints.txt
|
# -c requirements/common-constraints.txt
|
||||||
# -r requirements/requirements.in
|
|
||||||
# scipy
|
# scipy
|
||||||
# soundfile
|
# soundfile
|
||||||
openai==1.65.4
|
openai==1.65.4
|
||||||
|
|
|
@ -236,7 +236,7 @@ nodeenv==1.9.1
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
numpy==1.26.4
|
numpy==1.26.4
|
||||||
# via
|
# via
|
||||||
# -r requirements/requirements.in
|
# -r requirements/requirements-help.in
|
||||||
# contourpy
|
# contourpy
|
||||||
# llama-index-core
|
# llama-index-core
|
||||||
# matplotlib
|
# matplotlib
|
||||||
|
|
|
@ -1,2 +1,5 @@
|
||||||
llama-index-core
|
llama-index-core
|
||||||
llama-index-embeddings-huggingface
|
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
|
numpy==1.26.4
|
||||||
# via
|
# via
|
||||||
# -c requirements/common-constraints.txt
|
# -c requirements/common-constraints.txt
|
||||||
|
# -r requirements/requirements-help.in
|
||||||
# llama-index-core
|
# llama-index-core
|
||||||
# scikit-learn
|
# scikit-learn
|
||||||
# scipy
|
# scipy
|
||||||
|
|
|
@ -48,6 +48,3 @@ 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
|
||||||
|
|
||||||
# Because sentence-transformers doesn't like >=2
|
|
||||||
numpy<2
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue