Skip to content

Commit

Permalink
Include imagecodecs and hdf5plugin in all CI environments.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkinsspatial committed Oct 24, 2024
1 parent 772c580 commit 8be9c65
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- packaging
- universal_pathlib
- hdf5plugin
- numcodecs
# Testing
- codecov
- pre-commit
Expand All @@ -33,5 +34,7 @@ dependencies:
- tifffile
# for opening FITS files
- astropy
- pip
- pip:
- imagecodecs
- imagecodecs-numcodecs
5 changes: 5 additions & 0 deletions ci/min-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies:
- packaging
- ujson
- universal_pathlib
- hdf5plugin
# Testing
- codecov
- pre-commit
Expand All @@ -24,3 +25,7 @@ dependencies:
- pytest
- pooch
- fsspec
- pip
- pip:
- imagecodecs
- imagecodecs-numcodecs
4 changes: 4 additions & 0 deletions ci/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ dependencies:
- packaging
- ujson
- universal_pathlib
- hdf5plugin
- numcodecs
# Testing
- codecov
- pre-commit
Expand All @@ -27,4 +29,6 @@ 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
- imagecodecs-numcodecs
# - git+https://github.com/fsspec/kerchunk@main # kerchunk is currently incompatible with zarr-python v3 (https://github.com/fsspec/kerchunk/pull/516)

0 comments on commit 8be9c65

Please sign in to comment.