Skip to content

Commit

Permalink
Create environment.yml for OGGM environment
Browse files Browse the repository at this point in the history
  • Loading branch information
facusapienza21 committed Jul 7, 2023
1 parent 9f5e68a commit 6e2c374
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: oggm_env
channels:
- conda-forge
dependencies:
- python=3.9
- jupyter
- jupyterlab
- numpy
- scipy
- pandas
- shapely
- matplotlib
- Pillow
- netcdf4
- scikit-image
- scikit-learn
- configobj
- xarray
- pytest
- dask
- bottleneck
- gdal=3.3
- pyproj
- cartopy
- geopandas
- rasterio
- rioxarray
- pytables
- salem
- motionless
- ipython
- numpydoc
- seaborn
- pip
- pip:
- joblib
- progressbar2
- git+https://github.com/OGGM/pytest-mpl
- git+https://github.com/OGGM/massbalance-sandbox
- oggm==1.6.0
- certifi

0 comments on commit 6e2c374

Please sign in to comment.