Skip to content

Commit

Permalink
pin mpl version on RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Jan 1, 2017
1 parent 2a4c11a commit 0404b59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: salem
channels:
- conda-forge
dependencies:
- python
- python=3.5
- six
- numpy
- scipy
Expand All @@ -14,12 +14,12 @@ dependencies:
- rasterio
- pandas
- xarray
- matplotlib
- matplotlib=1.5.3
- Pillow
- descartes
- cartopy
- numpydoc
- ipython=4.0.1
- ipython=4.0.3 # https://github.com/ipython/ipython/issues/8733
- sphinx
- pip:
- motionless
Expand Down

0 comments on commit 0404b59

Please sign in to comment.