We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de9d2c commit b2c89dfCopy full SHA for b2c89df
pyproject.toml
@@ -32,18 +32,17 @@ dependencies = [
32
[project.optional-dependencies]
33
hdf_reader = [
34
"fsspec",
35
+ "h5py",
36
"hdf5plugin",
37
"imagecodecs",
38
"imagecodecs-numcodecs==2024.6.1",
39
+ "numcodecs"
40
]
41
test = [
42
"codecov",
43
"fastparquet",
44
45
"h5py",
- "hdf5plugin",
- "imagecodecs",
46
- "imagecodecs-numcodecs==2024.6.1",
47
"kerchunk>=0.2.5",
48
"mypy",
49
"netcdf4",
@@ -57,6 +56,7 @@ test = [
57
56
"ruff",
58
"s3fs",
59
"scipy",
+ "virtualizarr["hdf_reader"]
60
61
62
0 commit comments