Skip to content

Commit

Permalink
Added optional xarray dependency. (#148)
Browse files Browse the repository at this point in the history
Constrained for the time being to xarray <= 2024.1.0 to avoid a bug.
  • Loading branch information
TimothyCera-NOAA authored Jun 3, 2024
1 parent ba8de9f commit 47ed65b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dynamic = ["version"]

[project.optional-dependencies]
interp = ["grib2io-interp >= 1.0.0"]
xarray = ["xarray <= 2024.1.0"]

[project.entry-points."xarray.backends"]
grib2io = "grib2io.xarray_backend:GribBackendEntrypoint"
Expand Down

0 comments on commit 47ed65b

Please sign in to comment.