Skip to content

Commit

Permalink
Make HDR reader dependencies optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkinsspatial committed Oct 25, 2024
1 parent b34f260 commit 30a83f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 0 additions & 7 deletions ci/min-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@ channels:
- conda-forge
- nodefaults
dependencies:
- h5netcdf
- h5py
- hdf5
- netcdf4
- xarray>=2024.6.0
- numpy>=2.0.0
- numcodecs
- imagecodecs>=2024.6.1
- packaging
- ujson
- universal_pathlib
- hdf5plugin
# Testing
- codecov
- pre-commit
Expand All @@ -26,6 +22,3 @@ dependencies:
- pytest
- pooch
- fsspec
- pip
- pip:
- imagecodecs-numcodecs==2024.6.1
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ dependencies = [
"numpy>=2.0.0",
"packaging",
"universal-pathlib",
"h5py",
"hdf5plugin",
"numcodecs",
"imagecodecs",
"imagecodecs-numcodecs==2024.6.1",
"ujson",
]

Expand All @@ -41,11 +37,12 @@ test = [
"h5netcdf",
"h5py",
"hdf5plugin",
"imagecodecs",
"imagecodecs-numcodecs==2024.6.1",
"kerchunk>=0.2.5",
"mypy",
"netcdf4",
"numcodecs",
"imagecodecs-numcodecs",
"pandas-stubs",
"pooch",
"pre-commit",
Expand Down

0 comments on commit 30a83f1

Please sign in to comment.