This commit is contained in:
Paul Gauthier
2026-02-10 19:25:06 -08:00
parent f8f2726b14
commit 22b9aec8ac
3 changed files with 5 additions and 4 deletions

View File

@@ -466,7 +466,7 @@ rsa==4.9.1
# via google-auth
safetensors==0.7.0
# via transformers
scikit-learn==1.8.0
scikit-learn==1.7.2
# via
# -r requirements/requirements-help.in
# sentence-transformers

View File

@@ -9,5 +9,6 @@ numpy<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"
scikit-learn==1.7.2
#scikit-learn==1.7.2 ; python_version < "3.11"
#scikit-learn==1.8.0 ; python_version >= "3.11"

View File

@@ -246,7 +246,7 @@ safetensors==0.7.0
# via
# -c requirements/common-constraints.txt
# transformers
scikit-learn==1.8.0
scikit-learn==1.7.2
# via
# -c requirements/common-constraints.txt
# -r requirements/requirements-help.in