Skip to content

Commit

Permalink
add xesmf to not install on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bbakernoaa committed May 29, 2019
1 parent be87798 commit 10ea072
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Expand Up @@ -26,9 +26,10 @@
],
description='The Model and Observation Evaluation Toolkit (MONET)',
install_requires=[
'pandas', 'netcdf4', 'xarray', 'dask', 'xesmf', 'pyresample',
'matplotlib', 'seaborn', 'cartopy'
])
'pandas', 'netcdf4', 'xarray', 'dask', 'pyresample', 'matplotlib',
'seaborn', 'cartopy'
],
extra_requires={'xesmf;platform_system!="Windows"'})

# - python
# - setuptools
Expand Down

0 comments on commit 10ea072

Please sign in to comment.