We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11dfae commit 08de682Copy full SHA for 08de682
1 file changed
pyproject.toml
@@ -66,7 +66,7 @@ dev = [
66
"pytest-xdist", # pytest plugin for test parallelism
67
"pytest-timeout", # pytest plugin for forcing timeout of tests
68
"pytype==2024.10.11", # type checking
69
- "scikit-learn==1.5.2", # test-only
+ "scikit-learn==1.6.1", # test-only
70
# Fix AttributeError: module 'scipy.linalg' has no attribute 'tril' and related scipy import errors.
71
"scipy>=1.12.0",
72
"sentencepiece != 0.1.92",
0 commit comments