From f5e68a5d6304a51462013f0a25b57c03b431cc0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 10:57:52 +0000 Subject: [PATCH] :arrow_up: 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.0.0...v2.0.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 49fc4241..2fef9374 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ keywords = [ dependencies = [ "spacy[lookups]>=3.1.0,<3.6.0", "numpy>=1.20.0,<1.25.0", - "pandas>=1.0.0,<1.6.0", + "pandas>=1.0.0,<2.1.0", "pyphen>=0.11.0,<0.15.0", "ftfy>=6.0.3,<6.1.0", ]