Skip to content

Commit

Permalink
Merge 6c2cb40 into 7f4d301
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Feb 27, 2018
2 parents 7f4d301 + 6c2cb40 commit 9a15025
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -217,7 +217,8 @@ def build_extensions(self):
long_description=open("README.rst").read(),
package_data={"": ["README.rst", "LICENSE", "AUTHORS.rst",
"HISTORY.rst"]},
install_requires=["numpy", "scipy", "pybind11"],
setup_requires=["pybind11", "numpy"],
install_requires=["numpy", "scipy"],
include_package_data=True,
cmdclass=dict(build_ext=build_ext),
classifiers=[
Expand Down

0 comments on commit 9a15025

Please sign in to comment.