Skip to content

Commit dd18569

Browse files
committed
Add packaging as dependency
1 parent 414d601 commit dd18569

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ dependencies:
33
- numpy
44
- scipy
55
- scikit-learn
6+
- packaging

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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"]
24+
INSTALL_REQUIRES = ["numpy>=1.13.3", "scipy>=0.19.1", "scikit-learn>=0.23.0", "packaging"]
2525
CLASSIFIERS = [
2626
"Intended Audience :: Science/Research",
2727
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)