From 3dea2a6017e49fdcffe5200e672bb14cc5ab1a07 Mon Sep 17 00:00:00 2001 From: kalyanr Date: Sat, 6 Jan 2024 12:38:17 +0530 Subject: [PATCH] revert Signed-off-by: kalyanr --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 06b066c6c..9146b2503 100644 --- a/setup.py +++ b/setup.py @@ -84,7 +84,7 @@ }, install_requires=[ "opensearch-py>=2", - "pandas>=1.5,<2", + "pandas>=1.5,<3", "matplotlib>=3.6.0,<4", "numpy>=1.24.0,<2", "deprecated>=1.2.14,<2",