Skip to content

Commit

Permalink
Added numpydoc to pip requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
cvalenzu committed Dec 16, 2016
1 parent a5cc12c commit dec81f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ astropy>=1.2
cython>=0.18
matplotlib>=1.5
scipy>=0.18
scikit-image>=0.12
scikit-image>=0.12
numpydoc
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def setup_package():
packages = find_packages(),
include_package_data = True,
setup_requires = ['numpy>=1.8', 'cython>=0.18'],
install_requires = ['numpy>=1.8', 'astropy>=1.2', 'cython>=0.24',
install_requires = ['numpy>=1.8', 'astropy>=1.2', 'cython>=0.18',
'matplotlib>=1.5', 'scipy>=0.18',
'scikit-image>=0.12']
)
Expand Down

0 comments on commit dec81f1

Please sign in to comment.