From f256c79f8f256d1d187eba24c0027dbbecac17c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 19:34:50 +0000 Subject: [PATCH] Update pandas requirement from <2.0 to <3.0 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/0.3.0...v2.2.2) --- 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 dc772ec8..5f1c795e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "netCDF4", "numpy", "owslib", - "pandas <2.0; python_version == '3.8'", + "pandas <3.0; python_version == '3.8'", "pandas; python_version >= '3.9'", "psutil", "pywps ==4.5.1",