Skip to content

Commit 4428568

Browse files
authored
add CUDA 4 to compat (#166)
* add CUDA 4 to compat * bump package version
1 parent a0616f1 commit 4428568

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.3"
3+
version = "2.2.4"
44

55
[deps]
66
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
@@ -20,7 +20,7 @@ XGBoost_jll = "a5c6f535-4255-5ca2-a466-0e519f119c46"
2020
[compat]
2121
AbstractTrees = "0.4"
2222
CEnum = "0.4"
23-
CUDA = "3"
23+
CUDA = "3, 4"
2424
JSON3 = "1"
2525
OrderedCollections = "1"
2626
SparseMatricesCSR = "0.6"

0 commit comments

Comments
 (0)