Skip to content

Commit

Permalink
added 'pandas<=1.5.3' in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoli committed Jul 4, 2023
1 parent 6202154 commit a0dc117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
install_requires=[
"scikit-learn",
"seaborn",
# "pandas<=1.5.3",
"pandas<=1.5.3",
"lightgbm",
"xgboost",
"treelite<=0.93",
Expand Down

0 comments on commit a0dc117

Please sign in to comment.