Skip to content

Commit 3632c39

Browse files
Update setup.py
1 parent 7161072 commit 3632c39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
ext_modules=extensions,
2222
include_dirs=[numpy.get_include()],
2323
install_requires = [
24-
'numpy,
24+
'numpy',
2525
'matplotlib'
2626
]
2727
)

0 commit comments

Comments
 (0)