From a0dc117b0936abe391dd9382483c19acab014d63 Mon Sep 17 00:00:00 2001 From: cpoli Date: Tue, 4 Jul 2023 10:59:23 +0100 Subject: [PATCH] added 'pandas<=1.5.3' in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4dd3d2b..4dabf94 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ install_requires=[ "scikit-learn", "seaborn", - # "pandas<=1.5.3", + "pandas<=1.5.3", "lightgbm", "xgboost", "treelite<=0.93",