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 462aeea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ dependencies:
- packaging
- universal_pathlib
- hdf5plugin
- numcodecs
- imagecodecs
# Testing
- codecov
- pre-commit
Expand All @@ -33,5 +35,3 @@ dependencies:
- tifffile
# for opening FITS files
- astropy
- pip:
- imagecodecs-numcodecs
2 changes: 2 additions & 0 deletions ci/min-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ dependencies:
- xarray>=2024.6.0
- numpy>=2.0.0
- numcodecs
- imagecodecs
- packaging
- ujson
- universal_pathlib
- hdf5plugin
# Testing
- codecov
- pre-commit
Expand Down
3 changes: 3 additions & 0 deletions ci/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ dependencies:
- packaging
- ujson
- universal_pathlib
- hdf5plugin
- numcodecs
- imagecodecs
# Testing
- codecov
- pre-commit
Expand Down

0 comments on commit 462aeea

Please sign in to comment.