Skip to content

Commit

Permalink
CI: Update minimum supported xarray, pandas, and pint
Browse files Browse the repository at this point in the history
Moves to 0.21.0, 1.4.0, and 0.17, respectively. These are on the edge of
our window but they help avoid deprecation warnings.
  • Loading branch information
dopplershift committed Dec 13, 2023
1 parent 7d33bcf commit b10fe83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ requires-python = ">=3.9"
dependencies = [
"matplotlib>=3.5.0",
"numpy>=1.20.0",
"pandas>=1.2.0",
"pint>=0.15",
"pandas>=1.4.0",
"pint>=0.17",
"pooch>=1.2.0",
"pyproj>=3.0.0",
"scipy>=1.8.0",
"traitlets>=5.0.5",
"xarray>=0.18.0"
"xarray>=0.21.0"
]

[project.entry-points."xarray.backends"]
Expand Down

0 comments on commit b10fe83

Please sign in to comment.