Skip to content

Commit

Permalink
Remove install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcgibbo committed Sep 19, 2015
1 parent ed5b10f commit 2ad3f27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def f2py_sources(self, sources, extension):
version=__version__,
long_description="\n".join(DOCLINES[2:]),
license='GPLv2+',
install_requires=['numpy'],
zip_safe=False,
ext_modules=cythonize(extensions),
)

0 comments on commit 2ad3f27

Please sign in to comment.