Skip to content

Commit c2a54c1

Browse files
committed
Add numpy to install_requires
1 parent e445399 commit c2a54c1

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
@@ -31,6 +31,6 @@
3131
zip_safe=False,
3232
cffi_modules=['samplerate/samplerate_build.py:ffibuilder'],
3333
setup_requires=['cffi>=1.0.0', 'pytest-runner'],
34-
install_requires=['cffi>=1.0.0'],
34+
install_requires=['cffi>=1.0.0', 'numpy'],
3535
tests_require=['pytest'],
3636
)

0 commit comments

Comments
 (0)