Skip to content

Commit

Permalink
Attempt at nested optional depedency usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkinsspatial committed Nov 18, 2024
1 parent 5de9d2c commit 06a5ae1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,17 @@ dependencies = [
[project.optional-dependencies]
hdf_reader = [
"fsspec",
"h5py",
"hdf5plugin",
"imagecodecs",
"imagecodecs-numcodecs==2024.6.1",
"numcodecs"
]
test = [
"codecov",
"fastparquet",
"fsspec",
"h5py",
"hdf5plugin",
"imagecodecs",
"imagecodecs-numcodecs==2024.6.1",
"kerchunk>=0.2.5",
"mypy",
"netcdf4",
Expand All @@ -57,6 +56,7 @@ test = [
"ruff",
"s3fs",
"scipy",
"virtualizarr[hdf_reader]"
]


Expand Down

0 comments on commit 06a5ae1

Please sign in to comment.