From d1b66f092b5c16717c1726b153020a0cca66b826 Mon Sep 17 00:00:00 2001 From: Sveinung Gundersen Date: Wed, 3 Jan 2024 11:51:42 +0100 Subject: [PATCH] Support Pandas >= 1.5.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37a807f7..a5c4cc46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ python = ">=3.10,<3.12" aiostream = "^0.4.5" #greenlet = "2.0.2" inflection = "^0.5.1" -pandas = "2.1.4" +pandas = ">=1.5.3" prefect = "^2.7.3" pydantic = "^1.10.2" pytest-asyncio = "^0.20.2"