From 8214b2d8ae424bb38902c948d18a48b7b1428973 Mon Sep 17 00:00:00 2001 From: Sanjay Bhangar Date: Fri, 7 Feb 2025 14:41:14 +0530 Subject: [PATCH 1/2] add jupytergis to environment yaml --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 420d291..af1f5c7 100644 --- a/environment.yml +++ b/environment.yml @@ -15,6 +15,7 @@ dependencies: - pip: - git+https://github.com/MAAP-Project/stac_ipyleaflet.git@0.3.6 - jupyter-sshd-proxy + - jupytergis==0.3.0 - jupyterlab-bxplorer variables: TITILER_STAC_ENDPOINT: 'https://openveda.cloud/api/stac' From b1f8af9f92a1a2f0637e1cbe6d8b72e17e908bb6 Mon Sep 17 00:00:00 2001 From: Sanjay Bhangar Date: Mon, 4 Aug 2025 10:52:52 +0200 Subject: [PATCH 2/2] bump jupytergis to 0.7.0, get from conda forge --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index af1f5c7..9962ed7 100644 --- a/environment.yml +++ b/environment.yml @@ -10,12 +10,12 @@ dependencies: # Remove once Pangeo has upstream. Pinned to match pangeo-notebook image - libgdal-arrow-parquet==3.10.3 - libgdal-netcdf==3.10.3 + - jupytergis==0.7.0 - pre_commit - pip - pip: - git+https://github.com/MAAP-Project/stac_ipyleaflet.git@0.3.6 - jupyter-sshd-proxy - - jupytergis==0.3.0 - jupyterlab-bxplorer variables: TITILER_STAC_ENDPOINT: 'https://openveda.cloud/api/stac'