From 5144eba712e1e52d915d03b1c39b85e8d8f9064b Mon Sep 17 00:00:00 2001 From: Sara Kolding <74907693+sarakolding@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:26:26 +0200 Subject: [PATCH] feat: remove pandas upper bound dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a33389f..5d2cb00e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "scipy>=1.8.0", "scikit-learn>=1.1.2", "pydantic>=2.0.0", - "pandas>=1.4.0,<=2.2.3", + "pandas>=1.4.0", "catalogue>=2.0.0", "numpy>=1.23.3", "pyarrow>=8.0.0",