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 81874e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"hdf5plugin",
"numcodecs",
"imagecodecs",
"imagecodecs-numcodecs",
"imagecodecs-numcodecs==2024.6.1",
"ujson",
]

Expand Down

0 comments on commit 81874e0

Please sign in to comment.