Skip to content

Commit f5bf64d

Browse files
Merge pull request #289 from PhilipFackler/release-v0.6.0
Fixed compat entries
2 parents dd2cfdd + af83f56 commit f5bf64d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Project.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ CUDAExt = ["CUDA"]
2323
oneAPIExt = ["oneAPI"]
2424

2525
[compat]
26-
AMDGPU = ">=2"
27-
Atomix = ">=1.0.1"
28-
CUDA = ">=5"
29-
Pkg = ">=1.11.0"
30-
Preferences = ">=1.4.0"
31-
julia = ">=1.11"
26+
AMDGPU = "2"
27+
Atomix = "1"
28+
CUDA = "5"
29+
Pkg = "1.11"
30+
Preferences = "1.4"
31+
julia = "1.11"
3232
oneAPI = "=2.4"

0 commit comments

Comments
 (0)