Skip to content

Commit b3ad04d

Browse files
committed
fixed setup.py requirements
1 parent c9d9b2e commit b3ad04d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
license='BSD 3 clause',
1010
packages=['boruta'],
1111
zip_safe=False,
12-
install_requires=['numpy==1.10.4',
13-
'scikit-learn==0.17.1',
14-
'scipy==0.17.0'
12+
install_requires=['numpy>=1.10.4',
13+
'scikit-learn>=0.17.1',
14+
'scipy>=0.17.0'
1515
])

0 commit comments

Comments
 (0)