Skip to content

Commit 4b05179

Browse files
committed
Incorrect pip call to scikit-learn
1 parent bac54da commit 4b05179

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
@@ -54,7 +54,7 @@ deps =
5454
tests: betamax >= 0.8.1
5555
tests: betamax_serializers >= 0.2.0
5656
tests: mock; python_version < '3.3'
57-
tests: sklearn
57+
tests: scikit-learn
5858
tests: pandas<1.0.0
5959
tests: swat < 1.8.0 # v1.8 changed reflection on initial connect. Need to re-record all cassettes before enabling.
6060
tests: kerberos ; platform_system != "Windows" and platform_system != "Darwin"

0 commit comments

Comments
 (0)