Skip to content

Commit

Permalink
repin mpl, force unpin np
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed May 22, 2018
1 parent c1d269e commit 7eb7ecc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ install:
python requirements/gen_conda_requirements.py ${CONDA_REQS_FLAGS} --groups ${CONDA_REQS_GROUPS} > ${CONDA_REQS_FILE};
cat ${CONDA_REQS_FILE};
conda install --quiet --file ${CONDA_REQS_FILE};
conda list;
- >
conda install --force numpy=1.14;
conda list;
- PREFIX=$HOME/miniconda/envs/$ENV_NAME

Expand Down
2 changes: 1 addition & 1 deletion requirements/core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Without these, iris won't even import.

cartopy
matplotlib
matplotlib<1.9
netcdf4<1.4
numpy
scipy
Expand Down

0 comments on commit 7eb7ecc

Please sign in to comment.