Skip to content

Commit f60cba9

Browse files
BLD: Prevent Scikit-learn 1.6.0
This version introduced the method __sklearn_tags__(), but it currently seems broken. Many tests run into calls for: env\Lib\site-packages\sklearn\utils\_tags.py:396: in get_tags tags = estimator.__sklearn_tags__() E AttributeError: 'super' object has no attribute '__sklearn_tags__'
1 parent 42e12e7 commit f60cba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
readme = "README.rst"
2828
dependencies = [
2929
"jax>=0.4,<0.5",
30-
"scikit-learn>=1.1, !=1.5.0",
30+
"scikit-learn>=1.1, !=1.5.0, !=1.6.0",
3131
"derivative>=0.6.2",
3232
"typing_extensions",
3333
]

0 commit comments

Comments
 (0)