Skip to content

Commit 4f43fce

Browse files
niksirbianimeshsasan
authored andcommitted
Pin netcdf<1.7.3 to fix failing integration tests (neuroinformatics-unit#685)
* read netCDF file with the engine used for saving them. * Revert "read netCDF file with the engine used for saving them." This reverts commit c8f382e. * exclude problematic versions of xarray * pin xarray version * try upper-pinning h5py and netcdf4 * upper pin only on linux * try upper-pinning only netCDF4 * also try without tables pip dependency
1 parent de9cb5d commit 4f43fce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dependencies = [
1616
"numpy>=2.0.0,<2.3.0", # Upper pin is because of numba incompatibility
1717
"pandas",
1818
"h5py",
19+
"netCDF4<1.7.3",
1920
"attrs",
2021
"pooch",
2122
"tqdm",

0 commit comments

Comments
 (0)