Skip to content

Commit b2c89df

Browse files
Attempt at nested optional depedency usage.
1 parent 5de9d2c commit b2c89df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,17 @@ dependencies = [
3232
[project.optional-dependencies]
3333
hdf_reader = [
3434
"fsspec",
35+
"h5py",
3536
"hdf5plugin",
3637
"imagecodecs",
3738
"imagecodecs-numcodecs==2024.6.1",
39+
"numcodecs"
3840
]
3941
test = [
4042
"codecov",
4143
"fastparquet",
4244
"fsspec",
4345
"h5py",
44-
"hdf5plugin",
45-
"imagecodecs",
46-
"imagecodecs-numcodecs==2024.6.1",
4746
"kerchunk>=0.2.5",
4847
"mypy",
4948
"netcdf4",
@@ -57,6 +56,7 @@ test = [
5756
"ruff",
5857
"s3fs",
5958
"scipy",
59+
"virtualizarr["hdf_reader"]
6060
]
6161

6262

0 commit comments

Comments
 (0)