Skip to content

Commit

Permalink
Excluded scipy v1.0.0 from setup.py
Browse files Browse the repository at this point in the history
See issue lmcinnes#39.
  • Loading branch information
wflynny committed Feb 21, 2018
1 parent 27eff9f commit bbadfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def readme():
'license' : 'BSD',
'packages' : ['umap'],
'install_requires' : ['scikit-learn >= 0.16',
'scipy >= 0.19',
'scipy >= 0.19, != 1.0.0',
'numba >= 0.34'],
'ext_modules' : [],
'cmdclass' : {},
Expand Down

0 comments on commit bbadfb9

Please sign in to comment.