Skip to content

Commit b704627

Browse files
braniiiTimotheeMathieu
authored andcommitted
Fix PEP8 in setup.py
1 parent 512ff27 commit b704627

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@
2121
LICENSE = "new BSD"
2222
DOWNLOAD_URL = "https://github.com/scikit-learn-contrib/scikit-learn-extra"
2323
VERSION = __version__ # noqa
24-
INSTALL_REQUIRES = ["numpy>=1.13.3", "scipy>=0.19.1", "scikit-learn>=0.23.0", "packaging"]
24+
INSTALL_REQUIRES = [
25+
"numpy>=1.13.3",
26+
"scipy>=0.19.1",
27+
"scikit-learn>=0.23.0",
28+
"packaging",
29+
]
2530
CLASSIFIERS = [
2631
"Intended Audience :: Science/Research",
2732
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)