Skip to content

Commit

Permalink
Require Treelite 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Feb 22, 2024
1 parent b980791 commit ba2cba7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1.0)
find_package(Treelite 4.1.1)
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.1.0
GIT_TAG 4.1.1
)
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=4.1
- treelite=4.1.1
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"numpy",
"scipy",
"packaging",
"treelite>=4.1"
"treelite>=4.1.1"
]

[project.urls]
Expand Down

0 comments on commit ba2cba7

Please sign in to comment.