Skip to content

Commit

Permalink
Update xarray version in CF writer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Sep 20, 2023
1 parent 42e0c9c commit 0266878
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 @@ -1448,5 +1448,5 @@ def _should_use_compression_keyword():
versions = _get_backend_versions()
return (
versions["libnetcdf"] >= Version("4.9.0") and
versions["xarray"] >= Version("2023.8")
versions["xarray"] >= Version("2023.9")
)

0 comments on commit 0266878

Please sign in to comment.