Skip to content

Commit

Permalink
Update the required version of mpas_tools
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Aug 17, 2020
1 parent f3a8f03 commit 29edcfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ environment with the following packages:
* geometric\_features >= 0.1.9
* gsw
* pyremap < 0.1.0
* mpas\_tools >= 0.0.8
* mpas\_tools >= 0.0.11

These can be installed via the conda command:
```
Expand All @@ -75,7 +75,7 @@ conda create -n mpas-analysis python=3.8 numpy scipy "matplotlib-base>=3.0.2" \
netCDF4 "xarray>=0.14.1" dask bottleneck lxml "nco>=4.8.1" pyproj \
pillow cmocean progressbar2 requests setuptools shapely "cartopy>=0.18.0" \
cartopy_offlinedata "geometric_features>=0.1.9" gsw "pyremap<0.1.0" \
"mpas_tools>=0.0.8"
"mpas_tools>=0.0.11"
conda activate mpas-analysis
```

Expand Down

0 comments on commit 29edcfc

Please sign in to comment.