Skip to content

Commit 7bfd880

Browse files
authored
Bump obstore
1 parent 34ca0bf commit 7bfd880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COPY install-vscode-ext.sh ${HOME}/.kernels/install-vscode-ext.sh
3030
RUN bash ${HOME}/.kernels/install-vscode-ext.sh
3131

3232
# 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
33+
RUN python -m pip install obstore==0.3.0b10
3434

3535
# Install icechunk development packages (these steps required from https://github.com/earth-mover/icechunk/issues/197)
3636
RUN python -m pip install icechunk xarray VirtualiZarr

0 commit comments

Comments
 (0)