Skip to content

Commit

Permalink
Update xarray version in compression tests for compression kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
pnuu committed Dec 11, 2023
1 parent fbe017c commit aa98fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/tests/writer_tests/test_cf.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,5 +570,5 @@ def _should_use_compression_keyword():
versions = _get_backend_versions()
return (
versions["libnetcdf"] >= Version("4.9.0") and
versions["xarray"] >= Version("2023.12")
versions["xarray"] >= Version("2024.1")
)

0 comments on commit aa98fd6

Please sign in to comment.