Skip to content

Commit

Permalink
MNT: Add metpy to dependencies for examples
Browse files Browse the repository at this point in the history
Needed for the unit support.
  • Loading branch information
dopplershift committed Apr 3, 2018
1 parent db2cf2d commit e0218fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- requests
- protobuf
- netcdf4
- metpy
- jupyter
- sphinx
- sphinx-gallery
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
'doc': ['sphinx>=1.3,!=1.6.4', 'sphinx-gallery', 'doc8', 'recommonmark'],
# SciPy needed for cartopy; we don't use cartopy[plotting] because
# that will pull in GDAL.
'examples': ['matplotlib>=1.3', 'cartopy>=0.13.1', 'scipy']
'examples': ['matplotlib>=1.3', 'cartopy>=0.13.1', 'scipy', 'metpy']
},

download_url='https://github.com/Unidata/siphon/archive/v{}.tar.gz'.format(ver),
Expand Down

0 comments on commit e0218fa

Please sign in to comment.