Skip to content

Commit

Permalink
Update pyproject.toml to specify Treelite 4.1 as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Feb 22, 2024
1 parent 0797e02 commit 051d1da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ dependencies = [
"numpy",
"scipy",
"packaging",
"treelite>=3.4,<4",
"treelite_runtime>=3.4,<4" # TODO(hcho3): Remove
"treelite>=4.1"
]

[project.urls]
Expand Down

0 comments on commit 051d1da

Please sign in to comment.