From b3b2c3fea970b6a6edb2117c8b9f1ce596b5ef94 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Wed, 13 Dec 2023 15:24:17 -0700 Subject: [PATCH] CI: Update minimum supported xarray, pandas, and pint 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. --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9610628a611..3d688bb5d73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]