Skip to content

Commit 97ac0bc

Browse files
committed
Fix deps compat
1 parent b5b1042 commit 97ac0bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
1919
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
2020

2121
[compat]
22-
CUDAapi = "2.0, <3.2.0"
23-
CUDAnative = "^2.8, <2.11.0"
24-
CuArrays = "^1.4, <1.8.0"
22+
CUDAapi = "2.0.0, 2.1.0, 3.0.0, 3.1.0"
23+
CUDAnative = "2.8.0, 2.8.1, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.10.2"
24+
CuArrays = "1.4.7, 1.5.0, 1.6.0, 1.7.0, 1.7.1, 1.7.2"
2525
DataStructures = "~0.17"
2626
Flux = "~0.10"
2727
IRTools = "~0.3"
28-
Requires = "≥0.5, <1.1.0"
28+
Requires = "^1.0.0"
2929
Zygote = "~0.4"
3030
ZygoteRules = "~0.2"
3131
julia = "1.3"

0 commit comments

Comments
 (0)