diff --git a/python_bindings/setup.py b/python_bindings/setup.py index c26a53c..66211eb 100755 --- a/python_bindings/setup.py +++ b/python_bindings/setup.py @@ -137,6 +137,7 @@ def build_extensions(self): high dimensions and/or non-metric spaces. Hence, the main focus is on approximate methods.""", ext_modules=ext_modules, install_requires=['pybind11>=2.0', 'numpy'], + setup_requires=['pybind11>=2.0', 'numpy'], cmdclass={'build_ext': BuildExt}, test_suite="tests", zip_safe=False,