From a644c844eca1b87c0f00b2fb93e0081205dfaeb8 Mon Sep 17 00:00:00 2001 From: Elsa Culler Date: Mon, 19 May 2025 13:25:36 -0600 Subject: [PATCH 1/2] Update environment.yml --- environment.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 87d2688..82a481c 100644 --- a/environment.yml +++ b/environment.yml @@ -4,13 +4,14 @@ channels: - defaults dependencies: - - python=3.11 + - python=3.12 - pip # Core scientific python - numpy - pandas - scipy + - dask # Geospatial libraries # Coordinates and CRSs @@ -46,6 +47,9 @@ dependencies: - earthpy - earthaccess - pystac-client + - adlfs + - dataretrieval + - osmnx # Plotting # Matplotlib @@ -55,6 +59,8 @@ dependencies: - contextily - seaborn # Holoviews + # --- Avoid compatibility issues with bokeh and new holoviews + - holoviews<=1.19 - hvplot - geoviews>=1.10 - selenium @@ -70,3 +76,6 @@ dependencies: - autopep8 - pydocstyle - nbqa + + - pip: + - pygbif From 366e59ea8a36287cbb90bd02a8eee3dd39bbfb7b Mon Sep 17 00:00:00 2001 From: Elsa Culler Date: Mon, 19 May 2025 16:06:52 -0600 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 01e415d..530052c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,4 +30,4 @@ RUN . /opt/conda/etc/profile.d/conda.sh && conda activate base && python -m ipyk RUN source /home/jovyan/.bash_profile # Install dev version of Earthpy -RUN pip install git+https://github.com/earthlab/earthpy@apppears +RUN pip install git+https://github.com/earthlab/earthpy@main