Skip to content

Commit

Permalink
Upgrade to Treelite 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Feb 22, 2024
1 parent 37661cb commit 765b166
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmake/ExternalLibs.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include(FetchContent)

# Treelite
find_package(Treelite 4.0.0)
find_package(Treelite 4.1.0)
if (Treelite_FOUND)
set(TREELITE_FROM_SYSTEM_ROOT TRUE)
set(TREELITE_LIB treelite::treelite)
Expand All @@ -10,7 +10,7 @@ else ()
FetchContent_Declare(
treelite
GIT_REPOSITORY https://github.com/dmlc/treelite.git
GIT_TAG 4.0.0
GIT_TAG 4.1.0
)
set(Treelite_BUILD_STATIC_LIBS ON)
FetchContent_MakeAvailable(treelite)
Expand Down
2 changes: 1 addition & 1 deletion ops/conda_env/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ dependencies:
- awscli
- pip
- python-build
- treelite>=3.4,<4
- treelite=4.1

0 comments on commit 765b166

Please sign in to comment.