Skip to content

Commit

Permalink
Simplify build (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Apr 2, 2022
1 parent a04e3fd commit fdb441e
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,24 @@ name: oggm_edu_docs
channels:
- conda-forge
dependencies:
- jupyter
- jupyterlab
- numpy
- scipy
- pandas
- shapely
- matplotlib
- Pillow
- netcdf4
- scikit-image
- scikit-learn
- shapely
- requests
- configobj
- netcdf4
- xarray
- pytables
- pytest
- dask
- bottleneck
- pyproj
- cartopy
- geopandas
- rasterio<1.2.10
- rioxarray
- seaborn
- pytables
- salem
- motionless
- sphinx
- sphinx-book-theme
- ipython
- numpydoc
- seaborn
- sphinx-intl
- pip:
- joblib
- progressbar2
- git+https://github.com/OGGM/pytest-mpl
- git+https://github.com/OGGM/oggm
# relative to this file. Needs to be editable to be accepted.
- -e ..

0 comments on commit fdb441e

Please sign in to comment.