Skip to content

Commit

Permalink
Diagnose imagecodecs-numcodecs installation failures in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkinsspatial committed Oct 24, 2024
1 parent 8ccba34 commit 127b3d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ dependencies:
- astropy
- pip
- pip:
- imagecodecs-numcodecs
- imagecodecs-numcodecs==2024.6.1
2 changes: 1 addition & 1 deletion ci/min-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ dependencies:
- fsspec
- pip
- pip:
- imagecodecs-numcodecs
- imagecodecs-numcodecs==2024.6.1
2 changes: 1 addition & 1 deletion ci/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ dependencies:
- icechunk # Installs zarr v3 as dependency
- git+https://github.com/pydata/xarray@zarr-v3 # zarr-v3 compatibility branch
- git+https://github.com/zarr-developers/numcodecs@zarr3-codecs # zarr-v3 compatibility branch
- imagecodecs-numcodecs
# - git+https://github.com/fsspec/kerchunk@main # kerchunk is currently incompatible with zarr-python v3 (https://github.com/fsspec/kerchunk/pull/516)
- imagecodecs-numcodecs==2024.6.1

0 comments on commit 127b3d6

Please sign in to comment.