Skip to content

Commit

Permalink
Pass install_requires to the setup() function.
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed May 13, 2015
1 parent 942a4ca commit 3afa1ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -155,6 +155,7 @@
url="http://numba.github.com",
ext_modules=ext_modules,
packages=packages,
install_requires=install_requires,
license="BSD",
cmdclass=cmdclass,
**setup_args)
Expand Down

0 comments on commit 3afa1ab

Please sign in to comment.