Skip to content

Commit

Permalink
Added pyarrow in the list of packages to install
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoli committed Mar 5, 2024
1 parent b6275a2 commit 9bf4494
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,10 +86,11 @@
install_requires=[
"scikit-learn>=1.0.1",
"pandas",
"pyarrow",
"lightgbm",
"xgboost",
"treelite",
"treelite-runtime",
# "treelite",
# "treelite-runtime",
"dill",
],
extras_require={
Expand All @@ -110,7 +111,6 @@
"black",
"isort",
"pyspark",
"pyspark",
"distributed",
"dask",
"numpy",
Expand Down

0 comments on commit 9bf4494

Please sign in to comment.