Skip to content

Commit

Permalink
Merge pull request #400 from ESMValGroup/version2_conda_build
Browse files Browse the repository at this point in the history
Fix conda build
  • Loading branch information
mattiarighi authored Jun 19, 2018
2 parents 7893d6c + c20b942 commit 321b511
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@
# Installation dependencies
# Use with pip install . to install from source
'install': [
'basemap',
'cartopy',
'cdo',
'cf_units>=2.0.1',
'cf_units',
'cython',
'iris==1.13',
'matplotlib',
'netCDF4',
'numba',
Expand All @@ -42,6 +44,7 @@
'pyyaml',
'shapely',
'six',
'stratify',
'yamale',
],
# Test dependencies
Expand Down

0 comments on commit 321b511

Please sign in to comment.