diff --git a/setup.py b/setup.py index 41b2048..e739889 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ ext_modules=extensions, include_dirs=[numpy.get_include()], install_requires = [ - 'numpy, + 'numpy', 'matplotlib' ] )