Skip to content

Commit 55c5a61

Browse files
author
CompatHelper Julia
committed
CompatHelper: bump compat for CUDA to 4 for package LinearSolveCUDA, (keep existing compat)
1 parent af09c4e commit 55c5a61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/LinearSolveCUDA/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
1010
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1111

1212
[compat]
13-
CUDA = "3"
14-
SciMLBase = "1.25"
13+
CUDA = "3, 4"
1514
LinearSolve = "1"
15+
SciMLBase = "1.25"
1616
julia = "1.6"
1717

1818
[extras]
1919
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2020

2121
[targets]
22-
test = ["Test"]
22+
test = ["Test"]

0 commit comments

Comments
 (0)