We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d22778 commit 0f2fd5eCopy full SHA for 0f2fd5e
setup.py
@@ -77,7 +77,7 @@ def read_version():
77
"sagemaker-training>=4.1.3",
78
"numpy",
79
"scipy",
80
- "sklearn",
+ "scikit-learn",
81
"pandas",
82
"Pillow",
83
"h5py",
tox.ini
@@ -71,7 +71,7 @@ deps =
71
flake8
72
flake8-future-import
73
flake8-import-order
74
-commands = flake8
+commands = flake8 --append-config .flake8
75
76
[testenv:twine]
0 commit comments