From 6e2c374a8c853efade1e3674081479d891925060 Mon Sep 17 00:00:00 2001 From: Facundo Sapienza Date: Fri, 7 Jul 2023 12:56:34 +0200 Subject: [PATCH] Create environment.yml for OGGM environment --- environment.yml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..af5f3a6 --- /dev/null +++ b/environment.yml @@ -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