mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 19:55:00 +00:00
make torch 2.2.2 pin explicit
This commit is contained in:
parent
146f02d314
commit
66097f3507
3 changed files with 8 additions and 1 deletions
|
@ -478,7 +478,9 @@ tokenizers==0.21.0
|
||||||
toml==0.10.2
|
toml==0.10.2
|
||||||
# via streamlit
|
# via streamlit
|
||||||
torch==2.2.2
|
torch==2.2.2
|
||||||
# via sentence-transformers
|
# via
|
||||||
|
# -r requirements/requirements-help.in
|
||||||
|
# sentence-transformers
|
||||||
tornado==6.4.2
|
tornado==6.4.2
|
||||||
# via streamlit
|
# via streamlit
|
||||||
tqdm==4.67.1
|
tqdm==4.67.1
|
||||||
|
|
|
@ -3,3 +3,7 @@ llama-index-embeddings-huggingface
|
||||||
|
|
||||||
# Because sentence-transformers doesn't like >=2
|
# Because sentence-transformers doesn't like >=2
|
||||||
numpy<2
|
numpy<2
|
||||||
|
|
||||||
|
# Mac x86 only supports 2.2.2
|
||||||
|
# https://discuss.pytorch.org/t/why-no-macosx-x86-64-build-after-torch-2-2-2-cp39-none-macosx-10-9-x86-64-whl/204546/2
|
||||||
|
torch==2.2.2
|
|
@ -253,6 +253,7 @@ tokenizers==0.21.0
|
||||||
torch==2.2.2
|
torch==2.2.2
|
||||||
# via
|
# via
|
||||||
# -c requirements/common-constraints.txt
|
# -c requirements/common-constraints.txt
|
||||||
|
# -r requirements/requirements-help.in
|
||||||
# sentence-transformers
|
# sentence-transformers
|
||||||
tqdm==4.67.1
|
tqdm==4.67.1
|
||||||
# via
|
# via
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue