Skip to content

Commit

Permalink
add xarray upper bound (#108)
Browse files Browse the repository at this point in the history
This fixes an incompatibility between xESMF and xarray
  • Loading branch information
navidcy authored Feb 19, 2024
1 parent 3e98442 commit c51c66b
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 @@ -13,7 +13,7 @@ dependencies = [
"netCDF4",
"numpy>=1.17.0",
"scipy>=1.2.0",
"xarray",
"xarray<2024.02.0",
"xesmf>=0.8",
"f90nml>=1.4.1",
]
Expand Down

0 comments on commit c51c66b

Please sign in to comment.