Skip to content

Commit 866ec82

Browse files
committed
fix : update dependency package name from sklearn to scikit-learn
1 parent 1d22778 commit 866ec82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def read_version():
7777
"sagemaker-training>=4.1.3",
7878
"numpy",
7979
"scipy",
80-
"sklearn",
80+
"scikit-learn",
8181
"pandas",
8282
"Pillow",
8383
"h5py",

0 commit comments

Comments
 (0)