From bc4dc5fd133b230895d17fdf2a07e4c54374ae63 Mon Sep 17 00:00:00 2001 From: EtienneKras <62947009+EtienneKras@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:49:05 +0100 Subject: [PATCH] Update --- .../environment.yml | 0 environment.yml | 5 ++- test/environment.yml | 39 ------------------- 3 files changed, 3 insertions(+), 41 deletions(-) rename {local_env => coclicodata_env}/environment.yml (100%) delete mode 100644 test/environment.yml diff --git a/local_env/environment.yml b/coclicodata_env/environment.yml similarity index 100% rename from local_env/environment.yml rename to coclicodata_env/environment.yml diff --git a/environment.yml b/environment.yml index 9429360..31740d6 100644 --- a/environment.yml +++ b/environment.yml @@ -1,11 +1,12 @@ -name: example-environment +name: coclico_binder + channels: - conda-forge + dependencies: - python - numpy - matplotlib - - dill - pandas - bokeh - dask diff --git a/test/environment.yml b/test/environment.yml deleted file mode 100644 index 0f17c80..0000000 --- a/test/environment.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: coclico_binder - -channels: - - conda-forge - -dependencies: - - aiohttp - - cartopy - - cdsapi - - contextily - - dask - - distributed - - gdal - - geopandas - - ipykernel - - jupyterlab-myst - - jupyterlab - - matplotlib - - netcdf4 - - notebook - - numpy - - openpyxl - - osmnx - - pandas - - pip - - planetary-computer - - pooch - - pyogrio - - pyproj - - pystac - - pystac-client - - python - - rasterio - - rasterstats - - requests - - rioxarray - - shapely - - xarray - - zarr \ No newline at end of file