Skip to content

Commit

Permalink
Merge pull request #2492 from mraspaud/fix-xarray-version-for-cf-writer
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed May 25, 2023
2 parents 319a5f1 + d270038 commit 3b7a477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions continuous_integration/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ dependencies:
- xarray-datatree
- pint-xarray
- ephem
- bokeh<3
- pip:
- trollsift
- trollimage>=1.20
Expand Down
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 @@ -1384,5 +1384,5 @@ def _should_use_compression_keyword():
versions = _get_backend_versions()
return (
versions["libnetcdf"] >= Version("4.9.0") and
versions["xarray"] >= Version("2023.05")
versions["xarray"] >= Version("2023.6")
)

0 comments on commit 3b7a477

Please sign in to comment.