Skip to content

Commit

Permalink
Require netcdf4<=1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsolbrig committed Oct 15, 2024
1 parent 4566f72 commit e7d25a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ build-backend = "poetry_dynamic_versioning.backend" # o
setuptools = "<70" # Required for any fortran builds until meson working
python = ">=3.10.0" # mandatory to declare the required python version
matplotlib = ">=3.7.0" # Base requirement works, version specific to test outputs
netcdf4 = "*" # Base requirement, netcdf 1.7.1 causes seg fault in ABI reader
netcdf4 = "<=1.7.0" # Base requirement, netcdf 1.7.1 causes seg fault in ABI reader
numpy = "<2.0" # Base requirement numpy 1.26.4 still works, 2.0 breaks numexpr
pyresample = "*" # Base requirement Geospatial image resampling
# efficiency improvements >= 1.22.3
Expand Down

0 comments on commit e7d25a9

Please sign in to comment.