Skip to content

Commit 8a9ec73

Browse files
committed
Don't limit numpy version
1 parent 0edc085 commit 8a9ec73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
version=__version__,
1414
packages=find_packages(),
1515
install_requires=[
16-
'numpy!=1.11.0', # https://github.com/sfstoolbox/sfs-python/issues/11
16+
'numpy',
1717
'scipy',
1818
],
1919
author="SFS Toolbox Developers",

0 commit comments

Comments
 (0)