Skip to content

Commit fb3d697

Browse files
committed
pinned scikit-learn to 1.5.0 for tox testing
1 parent 31969cd commit fb3d697

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
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)