Skip to content

Commit

Permalink
try unpin all but pillow
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Mar 18, 2017
1 parent b392cc3 commit f0f5110
Showing 1 changed file with 11 additions and 18 deletions.
29 changes: 11 additions & 18 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,21 @@ channels:
- conda-forge
dependencies:
- python=3.5
- cython
- numpy=1.12.0
- scipy=0.18.1
- gdal=2.1.0
- matplotlib=2.0.0
- pandas=0.19.2
- geopandas=0.2.1
- numpy
- scipy
- matplotlib
- geopandas
- Pillow=3.0.0 # because RTD installs this version anyway
- joblib=0.11
- netCDF4=1.2.7
- joblib
- netCDF4
- descartes
- pyproj=1.9.5.1
- krb5
- proj4=4.9.2
- geos=3.5.0 # https://github.com/conda-forge/fiona-feedstock/issues/21
- rasterio=1.0a7
- xarray=0.9.1
- pyproj
- rasterio
- xarray
- filelock
- numpydoc
- ipython=5.3.0
- sphinx=1.3.5 # because RTD installs this version anyway
- ipython
- sphinx
- pip:
- motionless
- sphinx-gallery
- cartopy==0.14.2

0 comments on commit f0f5110

Please sign in to comment.