From 8c67d84ede1f1d47323fa327e4f805fb03f16546 Mon Sep 17 00:00:00 2001 From: Max Jones <14077947+maxrjones@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:45:38 -0500 Subject: [PATCH 1/2] Add GitHub CLI --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index bef69f5..8f28853 100644 --- a/environment.yml +++ b/environment.yml @@ -49,6 +49,7 @@ dependencies: - pytest-timeout # For development on the Hub - git + - gh - code-server - jupyter-vscode-proxy # For visualizing results From b5e77fd5776ea859c4de7589c7c69cf951c0cbba Mon Sep 17 00:00:00 2001 From: Max Jones <14077947+maxrjones@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:47:38 -0500 Subject: [PATCH 2/2] Updateobstore --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 525064d..c73c7f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ COPY install-vscode-ext.sh ${HOME}/.kernels/install-vscode-ext.sh RUN bash ${HOME}/.kernels/install-vscode-ext.sh # Install obstore development packages (based on discussion in https://github.com/zarr-developers/zarr-python/pull/1661) -RUN python -m pip install obstore==0.3.0b2 +RUN python -m pip install obstore==0.3.0b5 # Install icechunk development packages (these steps required from https://github.com/earth-mover/icechunk/issues/197) RUN python -m pip install icechunk xarray VirtualiZarr