Skip to content

Commit 1b434ce

Browse files
committed
Remove optional NumPy dependency from setup.py
NumPy is not needed at all. Nevertheless, NumPy arrays can be quite easily used via the buffer protocol.
1 parent f8e79b3 commit 1b434ce

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
setup_requires=['CFFI>=1.4.0'],
1717
cffi_modules=['rtmixer_build.py:ffibuilder'],
1818
install_requires=['sounddevice>0.3.6'],
19-
extras_require={'NumPy': ['NumPy']},
2019
author='Matthias Geier',
2120
author_email='Matthias.Geier@gmail.com',
2221
description='Reliable low-latency audio playback and recording',

0 commit comments

Comments
 (0)