From 71f4f38e7e9c2f46aadb28bafd9fc174597d86ed Mon Sep 17 00:00:00 2001 From: NatanMish <55988916+NatanMish@users.noreply.github.com> Date: Tue, 4 Jun 2024 15:28:07 +0100 Subject: [PATCH] update pandas dependency to latest version (#596) Signed-off-by: Natan Mish Co-authored-by: Natan Mish --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 17ab5f9e..3abd6736 100644 --- a/python/setup.py +++ b/python/setup.py @@ -37,7 +37,7 @@ DEPENDENCIES = [ 'numpy', - 'pandas<2.0.0', + 'pandas', 'scipy', 'ml-wrappers~=0.5.4', 'scikit-learn',