From 165b7a324a0e9d915ae67bcdda9302dc15f88ada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 23:20:11 +0000 Subject: [PATCH] fix:(deps-dev): update pandas requirement 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/v1.4.4...v2.1.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 517d5b85..0ae60cb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ dependencies = [ "numpy>=1.23.3,<1.26.0", "scipy>=1.8.1,<1.12.0", - "pandas>=1.4.4,<2.1.0", + "pandas>=1.4.4,<2.2.0", "wasabi>=0.9.0,<1.2.0", "scikit-learn>=1.1.2,<1.4.0", "srsly>=2.4.4, <2.5.0",