Skip to content

Commit d68cc5d

Browse files
authored
expand compat bounds for Term.jl (#174)
* expand compat bounds for Term.jl
1 parent 4428568 commit d68cc5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "XGBoost"
22
uuid = "009559a3-9522-5dbb-924b-0b6ed2b22bb9"
3-
version = "2.2.4"
3+
version = "2.2.5"
44

55
[deps]
66
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
@@ -25,7 +25,7 @@ JSON3 = "1"
2525
OrderedCollections = "1"
2626
SparseMatricesCSR = "0.6"
2727
Tables = "1"
28-
Term = "1"
28+
Term = "1, 2"
2929
XGBoost_jll = "1.7.2"
3030
julia = "1.6"
3131

0 commit comments

Comments
 (0)