Skip to content

Commit 895e96e

Browse files
committed
scikit-learn version less than 1.5.0 for python versions that do not support 1.5.0
1 parent fb3d697 commit 895e96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ deps =
4141
tests: pytest-cov
4242
tests: betamax >= 0.8.1
4343
tests: betamax_serializers >= 0.2.0
44-
tests: scikit-learn == 1.5.0
44+
tests: scikit-learn <= 1.5.0
4545
tests: pandas < 2.0.0
4646
tests: cython # required to install pandas from source
4747
tests: swat >= 1.8

0 commit comments

Comments
 (0)