From 505288c63b8dd42e4bec168cf7fad66815070079 Mon Sep 17 00:00:00 2001 From: Baptiste Pasquier Date: Mon, 18 Mar 2024 14:21:55 +0100 Subject: [PATCH] update pandas --- 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}