Skip to content

Commit

Permalink
Fix numpy installation errors
Browse files Browse the repository at this point in the history
Add rasterio to setup_requires and install_requires To fix
numpy/numpy#2434
  • Loading branch information
tnation14 committed Jan 4, 2018
1 parent 21f3e35 commit 8e61428
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -28,6 +28,7 @@

setup_requirements = [
# NOQA TODO(notthatbreezy): put setup requirements (distutils extensions, etc.) here
'rasterio==0.36.0'
]

test_requirements = [
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -20,7 +20,6 @@ commands =
{envpython} setup.py test
deps =
flake8
numpy
check-manifest
docutils

Expand Down

0 comments on commit 8e61428

Please sign in to comment.