Skip to content

Commit

Permalink
[#161] Add pyarrow as a dependency for the xgboost extra
Browse files Browse the repository at this point in the history
  • Loading branch information
riley-harper committed Nov 15, 2024
1 parent a259811 commit a95992c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ dev = [
"sphinx==8.1.3",
"recommonmark==0.7.1",
]
xgboost = ["xgboost>=2.0"]
xgboost = [
"xgboost>=2.0",
"pyarrow>=4.0",
]

[project.scripts]
hlink = "hlink.scripts.main:cli"
Expand Down

0 comments on commit a95992c

Please sign in to comment.