Skip to content

Commit

Permalink
Update readme to exclude basemap 1.2.0
Browse files Browse the repository at this point in the history
The computation of add_periodic is wrong in that version.
  • Loading branch information
xylar committed Feb 17, 2019
1 parent ca45801 commit 1fb03b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ environment with the following packages:

* numpy
* scipy
* matplotlib
* matplotlib >= 3.2.0
* netCDF4
* xarray >= 0.10.0
* dask
* bottleneck
* basemap
* basemap < 1.2.0 | > 1.2.0
* lxml
* nco >= 4.7.0
* pyproj
Expand All @@ -46,8 +46,8 @@ environment with the following packages:
These can be installed via the conda command:
``` bash
conda create -n mpas_analysis -c conda-forge numpy scipy matplotlib netCDF4 \
xarray dask bottleneck basemap lxml nco pyproj pillow cmocean \
progressbar2 requests setuptools shapely
xarray dask bottleneck "basemap<1.2.0|>1.2.0" lxml nco pyproj pillow \
cmocean progressbar2 requests setuptools shapely
```

Then, get the code from:
Expand Down

0 comments on commit 1fb03b5

Please sign in to comment.