Skip to content

Commit a0c08a1

Browse files
committed
Add an upper bound on the CUDA and StaticArrays [compat] entires
1 parent 22ce83b commit a0c08a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
99
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1010

1111
[compat]
12-
julia = "1.7, 1.8"
12+
CUDA = "3.8"
13+
StaticArrays = "1.4"
14+
julia = "1"

0 commit comments

Comments
 (0)