diff --git a/setup.py b/setup.py index dba9389..6ca80bf 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,7 @@ setup( url='https://github.com/buresu/ndi-python', license="MIT", python_requires='>=3.6', + install_requires=['numpy'], ext_modules=[CMakeExtension('NDIlib')], cmdclass={'build_ext': CMakeBuild}, packages=['NDIlib'],