diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..1842619 --- /dev/null +++ b/environment.yml @@ -0,0 +1,13 @@ +channels: + - conda-forge + +dependencies: + - python=3.13 + - seaborn + - numpy + - scikit-learn + - scipy + - rioxarray + - geopandas + - netcdf4 + - cartopy \ No newline at end of file