Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
New (24-9-0) xarray update causes error when calling bathymetry. A "strict" flag is added to one of the dask function calls which causes a crash. Need to freeze the version of xarray to fix for now, until we patch ahead of updating to new xarray version
  • Loading branch information
ashjbarnes authored Sep 25, 2024
1 parent 05af32b commit fa88242
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 @@ -14,7 +14,7 @@ dependencies = [
"netCDF4",
"numpy >= 1.17.0, < 2.0.0",
"scipy >= 1.2.0",
"xarray",
"xarray == 2024.7.0",
"xesmf >= 0.8.4",
"f90nml >= 1.4.1",
]
Expand Down

0 comments on commit fa88242

Please sign in to comment.