Skip to content

Commit

Permalink
Changing install_requires to setup_requires so pip could pull up depe…
Browse files Browse the repository at this point in the history
…ndencies during the local installation.
  • Loading branch information
Leonid Boytsov authored and Leonid Boytsov committed Jul 13, 2018
1 parent b085528 commit 4197cf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python_bindings/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4197cf2

Please sign in to comment.