Skip to content

Commit

Permalink
Revised previous commit.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Scheffler <danschef@gfz-potsdam.de>
  • Loading branch information
danschef committed Sep 30, 2020
1 parent 0c4b5e4 commit 7905d04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@
requirements = [
'numpy', 'gdal', 'shapely', 'scikit-image', 'matplotlib', 'geopandas', 'pandas', 'plotly', 'cmocean', 'six',
'folium>=0.6.0', 'geojson', 'pykrige', 'pyfftw', 'geoarray>=0.8.30', 'py_tools_ds>=0.14.28',
'git+https://github.com/matplotlib/basemap.git'
'basemap @ git+https://github.com/matplotlib/basemap.git'
]

setup_requirements = [
'setuptools'
'setuptools',
'setuptools-git'
]

test_requirements = requirements + ['coverage', 'nose', 'nose-htmloutput', 'rednose']
Expand Down

0 comments on commit 7905d04

Please sign in to comment.