Skip to content
Snippets Groups Projects
Commit 12d17246 authored by dsentinel's avatar dsentinel
Browse files

Replace basemap with cartopy

parent 86a13d93
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ source:
path: ../
build:
number: 0
number: 1
noarch: python
entry_points:
- nexus = nexus.nexus:main
......@@ -22,8 +22,9 @@ requirements:
- python >=3.6
- obspy
# needs basemap or cartopy. Cartopy has heavy deps like hdf4 and 5, so basemap for now.
#- cartopy
- basemap
# err, basemap is getting more depricated, try cartopy
- cartopy
#- basemap
# matplotlib 3.3.0 had an error about matplotlib dedent, so 3.2
# TODO: remove this pin, fix is merged, next matplotlib (3.3.1) should be ok
#- matplotlib-base =3.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment