From 8691b1ed25b7c9e92e98b9027933c18fb2086d0a Mon Sep 17 00:00:00 2001
From: Maximilian Meindl <maximilian.meindl@univie.ac.at>
Date: Wed, 13 Nov 2024 15:18:33 +0000
Subject: [PATCH] Upload New File

---
 environment.yaml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)
 create mode 100644 environment.yaml

diff --git a/environment.yaml b/environment.yaml
new file mode 100644
index 0000000..7036105
--- /dev/null
+++ b/environment.yaml
@@ -0,0 +1,52 @@
+channels:
+- conda-forge
+dependencies:
+- python==3.12
+- aiohttp
+- cartopy
+- cdsapi
+- cfunits
+- cmocean
+- dask
+- dask-jobqueue
+- distributed
+- easygems
+- fastparquet
+- flox
+- hdf5plugin
+- healpix
+- hvplot
+- intake==0.7.0
+- intake-xarray
+- ipykernel
+- iris
+- jupyter
+- jupyterlab
+- jupytext
+- libnetcdf>=4.9.2
+- matplotlib
+- netcdf4
+- numba
+- numpy
+- odc-stac
+- opencv
+- pandas
+- pystac
+- pytest
+- requests
+- rioxarray
+- ruff
+- scipy
+- seaborn
+- sh
+- spectrum
+- tokenizers
+- tqdm
+- types-pyyaml
+- uxarray
+- xarray
+- xgcm
+- zarr
+- pip
+
+name: easy
\ No newline at end of file
-- 
GitLab