Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit b4df56d

Browse files
authored
Merge pull request #172 from scikit-learn-contrib/issue_171
Fix issue #171
2 parents bc830fb + 3cdd328 commit b4df56d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ def setup_package():
128128
'Topic :: Software Development'],
129129
'install_requires': [
130130
'scipy >= 0.16',
131-
'scikit-learn >= 0.16'
131+
'scikit-learn >= 0.16',
132+
'six'
132133
],
133134
'extras_require': {'docs': ['sphinx_gallery'],
134135
'dev': ['cython'],

0 commit comments

Comments
 (0)