From 9813c13d88b8c8e0c6ee6f8c0b1678f5ea5bcd43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:46:02 +0000 Subject: [PATCH] chore(deps): update pandas requirement from ^1.3 to >=1.3,<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/v1.3.0...v2.0.3) --- 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 f4d4026..b9612f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ spacy = ">=3.0.5" pillow = ">=8.2.1" thinc = ">=8.0.4" stop-words = ">=2018.7.23" -pandas = "^1.3" +pandas = ">=1.3,<3.0" pyarrow = ">=4.0.0" fastparquet = ">=0.4.1" dask = {version = ">=2021.5.0", extras = ["complete"], optional = true}