From eb273052eb0e7f56faedd416573246ab2dce4cff Mon Sep 17 00:00:00 2001 From: Hasanain Date: Mon, 18 Mar 2024 10:42:48 +0700 Subject: [PATCH] setup update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ca11e56..6aae980 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ install_requires = [ "plotly >= 5.19.0", "numpy >= 1.22", - "pandas >= 2.2.1", + "pandas >= 1.2.0", "seaborn >= 0.13.2", "scikit-learn >= 1.3.1", "kaleido==0.2.1"