Skip to content

Commit ff06a4d

Browse files
BorisTheBravejsignellVeckoTheGecko
authored
Test dependency fixes (#11172)
Co-authored-by: Julia Signell <jsignell@gmail.com> Co-authored-by: Nick Hodgskin <36369090+VeckoTheGecko@users.noreply.github.com>
1 parent 9bd23df commit ff06a4d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ accel = [
3737
complete = ["xarray[accel,etc,io,parallel,viz]"]
3838
io = [
3939
"netCDF4>=1.6.0",
40-
"h5netcdf>=1.4.0",
40+
"h5netcdf[h5py]>=1.4.0",
4141
"pydap",
4242
"scipy>=1.13",
4343
"zarr>=2.18",
@@ -81,6 +81,7 @@ dev = [
8181
"pytest-timeout",
8282
"pytest-xdist",
8383
"pytest-asyncio",
84+
"pytz",
8485
"ruff>=0.8.0",
8586
"sphinx",
8687
"sphinx_autosummary_accessors",

0 commit comments

Comments
 (0)