Skip to content

Commit 4efb8f7

Browse files
author
raybellwaves
committed
update dependencies
1 parent 865b646 commit 4efb8f7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ As good practice, I recommend installing with anaconda/miniconda and in a new en
4040
4141
$ conda create -n cfa python=3.6
4242
$ source activate cfa
43-
$ conda install -c matplotlib cartopy joblib
44-
$ pip intall motionless
43+
$ conda install -c matplotlib cartopy joblib netcdf4
44+
$ pip install motionless
4545
$ pip install git+https://github.com/fmaussion/salem.git
4646
$ pip install git+https://github.com/raybellwaves/cfanalytics
4747
$ # eventually: conda install -c conda-forge cfanalytics matplotlib cartopy

ci/requirements-py36.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependencies:
1111
- matplotlib
1212
- cartopy
1313
- joblib
14+
- netcdf4
1415
- coveralls
1516
- pytest-cov
1617
- pip:

0 commit comments

Comments
 (0)