We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ddcf7 commit ae7f14cCopy full SHA for ae7f14c
pyproject.toml
@@ -15,9 +15,9 @@ license = { text = "BSD-3-Clause" }
15
dependencies = [
16
"numpy>=2.0.0,<2.3.0", # Upper pin is because of numba incompatibility
17
"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'",
+ "h5py",
+ "netCDF4<1.7.3",
+ "tables",
21
"attrs",
22
"pooch",
23
"tqdm",
0 commit comments