Skip to content

Commit

Permalink
Freeze xarray version given update causes crash (#190)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

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

* only upper bound

---------

Co-authored-by: Navid C. Constantinou <[email protected]>
  • Loading branch information
ashjbarnes and navidcy authored Oct 3, 2024
1 parent 05af32b commit 81b9ef8
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 81b9ef8

Please sign in to comment.