Skip to content

Commit 1522b12

Browse files
author
Xavier Tannier
committed
- Removed numpy version limitation
- Fixed networkx dependency, following hyperopt#85 As they say, this should be considered a temporary fix until hyperopt creates a new pip release.
1 parent 66b691b commit 1522b12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,10 @@ def find_package_data(packages):
151151
package_data = package_data,
152152
include_package_data = True,
153153
install_requires = [
154+
'networkx==1.11',
154155
'hyperopt',
155156
'nose',
156-
'NumPy==1.11.0',
157+
'NumPy',
157158
'scikit-learn',
158159
'scipy',
159160
],

0 commit comments

Comments
 (0)