Skip to content

Commit 51f4d2f

Browse files
authored
Merge pull request #188 from scikit-learn-contrib/add-packaging-in-setup-requirements
Add 'packaging' library into requirements in setup.py
2 parents a8b3cfa + 0950ae9 commit 51f4d2f

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
@@ -28,7 +28,7 @@
2828
"""
2929
PYTHON_REQUIRES = ">=3.7"
3030
PACKAGES = find_packages()
31-
INSTALL_REQUIRES = ["scikit-learn", "numpy>=1.21"]
31+
INSTALL_REQUIRES = ["scikit-learn", "numpy>=1.21", "packaging"]
3232
EXTRAS_REQUIRE = {
3333
"tests": [
3434
"flake8",

0 commit comments

Comments
 (0)