Skip to content

Commit 32da45d

Browse files
committed
uv.lock: update dependencies
This should enable Zarr v3 with Python versions that are compatible.
1 parent 75400d7 commit 32da45d

File tree

2 files changed

+736
-392
lines changed

2 files changed

+736
-392
lines changed

src/odc/loader/test_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
def _full_tyx_bins(
4343
tiles: GeoboxTiles, nsrcs=1, nt=1
4444
) -> Dict[tuple[int, int, int], list[int]]:
45-
return {idx: list(range(nsrcs)) for idx in np.ndindex((nt, *tiles.shape.yx))} # type: ignore
45+
return {idx: list(range(nsrcs)) for idx in np.ndindex((nt, *tiles.shape.yx))}
4646

4747

4848
def _num_chunks(chunk: int, sz: int) -> int:

0 commit comments

Comments
 (0)