aider/requirements/requirements-help.in
2025-03-31 11:32:31 +13:00

11 lines
No EOL
355 B
Text

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
# Later versions break test_help in GitHub Actions on Windows and Ubuntu
llama-index-core==0.12.26