Skip to content

Commit

Permalink
Bump expected xarray version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sfinkens committed Dec 11, 2023
1 parent fbe017c commit ac5301e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions satpy/tests/writer_tests/test_cf.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,9 +566,9 @@ def _should_use_compression_keyword():
# xarray currently ignores the "compression" keyword, see
# https://github.com/pydata/xarray/issues/7388. There's already an open
# PR, so we assume that this will be fixed in the next minor release
# (current release is 2023.02). If not, tests will fail and remind us.
# (current release is 2023.12). If not, tests will fail and remind us.
versions = _get_backend_versions()
return (
versions["libnetcdf"] >= Version("4.9.0") and
versions["xarray"] >= Version("2023.12")
versions["xarray"] >= Version("2024.02")
)

0 comments on commit ac5301e

Please sign in to comment.