Files
aider/requirements/requirements-help.in
Paul Gauthier c1924f2c45 from #4814
2026-02-10 18:53:22 -08:00

13 lines
459 B
Plaintext

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
# due to llama-index-core==0.12.26
scikit-learn==1.7.2 ; python_version < "3.11"
scikit-learn==1.8.0 ; python_version >= "3.11"