Skip to content

Commit bd9a9cf

Browse files
authored
Fix CUDA compat version (#574)
1 parent 38351c8 commit bd9a9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ QuantumToolboxMakieExt = "Makie"
4343

4444
[compat]
4545
ArrayInterface = "6, 7"
46-
CUDA = "<5.9"
46+
CUDA = "5.0 - 5.8"
4747
ChainRulesCore = "1"
4848
DiffEqBase = "6"
4949
DiffEqCallbacks = "4.2.1 - 4"

0 commit comments

Comments
 (0)