chore(deps): Support Python 3.13 and drop 3.9

Closes #3037
This commit is contained in:
Rene Leonhardt 2025-04-07 13:46:49 +02:00
parent 3caab85931
commit 05076c3f40
No known key found for this signature in database
GPG key ID: 8C95C84F75AB1E8E
16 changed files with 46 additions and 39 deletions

View file

@ -1,11 +1,11 @@
llama-index-embeddings-huggingface
# Because sentence-transformers doesn't like >=2
numpy<2
# sentence-transformers 4 requires numpy 2 (indirectly through scipy 1.14 which dropped Python 3.9 support)
numpy>=2
# Mac x86 only supports 2.2.2
# Drop Mac x86 support
# 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
llama-index-core==0.12.26