Skip to content

Commit

Permalink
Merge pull request DEAP#300 from toshihikoyanase/add-requirement
Browse files Browse the repository at this point in the history
Add numpy to installation requirements.
  • Loading branch information
fmder authored Jun 5, 2019
2 parents d67576c + d9608ea commit c67c76b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def run_setup(build_ext):
],
ext_modules = extra_modules,
cmdclass = {"build_ext" : ve_build_ext},
install_requires = ['numpy'],
use_2to3=True
)

Expand Down

0 comments on commit c67c76b

Please sign in to comment.