From 3632c397d557235693bb63f96dafb51cabc089a6 Mon Sep 17 00:00:00 2001 From: Kushaal Kumar Pothula <66947837+Kushaalkumar-pothula@users.noreply.github.com> Date: Mon, 16 Aug 2021 14:27:08 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ] )