Skip to content

Commit

Permalink
remove the version commented out 'pandas<=1.5.3' and added 'treelite<…
Browse files Browse the repository at this point in the history
…=0.93', 'treelite-runtime<=0.93'
  • Loading branch information
cpoli committed Jul 4, 2023
1 parent a6ccf46 commit 6202154
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 6202154

Please sign in to comment.