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 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