Workaround uv bug to allow more updates

This commit is contained in:
Rene Leonhardt 2025-04-18 13:04:16 +02:00
parent 05076c3f40
commit d555e2c71f
No known key found for this signature in database
GPG key ID: 8C95C84F75AB1E8E
7 changed files with 25 additions and 19 deletions

View file

@ -7,5 +7,5 @@ numpy>=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
# Some llama-index-core versions > 0.12.26 broke test_help in GitHub Actions on Windows and Ubuntu
llama-index-core>=0.12.31