mirror of
https://github.com/Aider-AI/aider
synced 2026-04-26 01:25:17 +02:00
9 lines
272 B
Plaintext
9 lines
272 B
Plaintext
llama-index-core
|
|
llama-index-embeddings-huggingface
|
|
|
|
# Because sentence-transformers doesn't like >=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 |