Skip to content

Commit ae7f14c

Browse files
committed
try upper-pinning only netCDF4
1 parent d2ddcf7 commit ae7f14c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ license = { text = "BSD-3-Clause" }
1515
dependencies = [
1616
"numpy>=2.0.0,<2.3.0", # Upper pin is because of numba incompatibility
1717
"pandas",
18-
# Upper-pin on Linux to avoid recent wheel regressions that surface as "NetCDF: HDF error"
19-
"netCDF4<1.7.0; sys_platform == 'linux'",
20-
"h5py<3.13.0; sys_platform == 'linux'",
18+
"h5py",
19+
"netCDF4<1.7.3",
20+
"tables",
2121
"attrs",
2222
"pooch",
2323
"tqdm",

0 commit comments

Comments
 (0)