Skip to content

Commit 652ca08

Browse files
committed
Widen CUDA compat to allow v6
1 parent 0cd42b4 commit 652ca08

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ CTFlows = "0.8"
3030
CTModels = "0.9"
3131
CTParser = "0.8"
3232
CTSolvers = "0.4"
33-
CUDA = "5"
33+
CUDA = "5, 6"
3434
CommonSolve = "0.2"
3535
DifferentiationInterface = "0.7"
3636
DocStringExtensions = "0.9"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ CTModels = "0.9"
3535
CTParser = "0.8"
3636
CTSolvers = "0.4"
3737
CommonSolve = "0.2"
38-
CUDA = "5"
38+
CUDA = "5, 6"
3939
DataFrames = "1"
4040
Documenter = "1"
4141
DocumenterInterLinks = "1"

0 commit comments

Comments
 (0)