Skip to content

Commit 96f04c8

Browse files
authored
Merge pull request #44 from christiangnrd/patch-1
Add compat entry for CUDA 5 for tests
2 parents 3ce8f0e + e2074c1 commit 96f04c8

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 = "OneHotArrays"
22
uuid = "0b1bfda6-eb8a-41d2-88d8-f5af5cad476f"
3-
version = "0.2.4"
3+
version = "0.2.5"
44

55
[deps]
66
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -12,7 +12,7 @@ NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
1212

1313
[compat]
1414
Adapt = "3.0, 4"
15-
CUDA = "4"
15+
CUDA = "4, 5"
1616
ChainRulesCore = "1.13"
1717
Compat = "4.2"
1818
GPUArraysCore = "0.1.0"

0 commit comments

Comments
 (0)