From 620215431949bfe27d4445259c0de598740840df Mon Sep 17 00:00:00 2001 From: cpoli Date: Tue, 4 Jul 2023 09:59:12 +0100 Subject: [PATCH] remove the version commented out 'pandas<=1.5.3' and added 'treelite<=0.93', 'treelite-runtime<=0.93' --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index bcf7d20..4dd3d2b 100644 --- a/setup.py +++ b/setup.py @@ -86,11 +86,11 @@ install_requires=[ "scikit-learn", "seaborn", - "pandas<=1.5.3", + # "pandas<=1.5.3", "lightgbm", "xgboost", - "treelite", - "treelite-runtime", + "treelite<=0.93", + "treelite-runtime<=0.93", "dill", ], extras_require={