Skip to content

Commit

Permalink
Pin doc install
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Mar 15, 2017
1 parent 536e6db commit 4380d1b
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,26 @@ channels:
- conda-forge
dependencies:
- python=3.5
- six
- numpy
- scipy
- pyproj
- joblib
- netCDF4
- shapely
- geopandas
- rasterio
- pandas
- xarray
- matplotlib=1.5.3
- Pillow
- numpy=1.12.0
- scipy=0.18.1
- gdal=2.1.0
- matplotlib=2.0.0
- pandas=0.19.2
- geopandas=0.2.1
- Pillow=3.0.0 # because RTD installs this version anyway
- joblib=0.11
- netCDF4=1.2.7
- descartes
- cartopy
- pyproj=1.9.5.1
- krb5
- geos=3.5.0 # https://github.com/conda-forge/fiona-feedstock/issues/21
- rasterio=1.0a7
- xarray=0.9.1
- filelock
- numpydoc
- ipython=4.0.3 # https://github.com/ipython/ipython/issues/8733
- sphinx
- ipython=5.3.0
- sphinx=1.3.5 # because RTD installs this version anyway
- pip:
- motionless
- sphinx-gallery

0 comments on commit 4380d1b

Please sign in to comment.