Skip to content

Commit 032767a

Browse files
committed
changed scikit-learn to less than 1.5.0 in tox.ini
1 parent 895e96e commit 032767a

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)