Revert "drop pin of torch"

This reverts commit 2b9e669930.
This commit is contained in:
Paul Gauthier 2025-05-23 15:20:27 -07:00
parent 037a36edba
commit 0b1d49d630
6 changed files with 13 additions and 8 deletions

View file

@ -1,11 +1,11 @@
llama-index-embeddings-huggingface
# 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
torch==2.2.2
# Later versions break test_help in GitHub Actions on Windows and Ubuntu
llama-index-core==0.12.26