We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ca0bf commit 7bfd880Copy full SHA for 7bfd880
Dockerfile
@@ -30,7 +30,7 @@ COPY install-vscode-ext.sh ${HOME}/.kernels/install-vscode-ext.sh
30
RUN bash ${HOME}/.kernels/install-vscode-ext.sh
31
32
# Install obstore development packages (based on discussion in https://github.com/zarr-developers/zarr-python/pull/1661)
33
-RUN python -m pip install obstore==0.3.0b5
+RUN python -m pip install obstore==0.3.0b10
34
35
# Install icechunk development packages (these steps required from https://github.com/earth-mover/icechunk/issues/197)
36
RUN python -m pip install icechunk xarray VirtualiZarr
0 commit comments