Skip to content

Commit

Permalink
Merge pull request #12 from sbellem/remove-numpy-setup
Browse files Browse the repository at this point in the history
Remove numpy from setup_requires
  • Loading branch information
sbellem committed Mar 24, 2016
2 parents 77fc904 + 1902285 commit 82eb9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def find_version(*file_paths):
packages=find_packages(),

setup_requires=[
'pytest-runner', 'numpy',
'pytest-runner',
],
install_requires=[
'scikit-image>=0.12,<0.13',
Expand Down

0 comments on commit 82eb9ab

Please sign in to comment.