From a248a4d7e551a432fd084010b821db70dc6aaf52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:09:09 +0000 Subject: [PATCH] Update pandas requirement from <2.2,>=2.0 to >=2.0,<2.3 Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.0.0...v2.2.0) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6525d927..374660ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "netCDF4", "numcodecs", "numpy", - "pandas>=2.0,<2.2", + "pandas>=2.0,<2.3", "parse", # Used when opening catalogs. "pyarrow",