diff --git a/M/MLDataDevices/Versions.toml b/M/MLDataDevices/Versions.toml index bba752776bef26b..1b572add8064abc 100644 --- a/M/MLDataDevices/Versions.toml +++ b/M/MLDataDevices/Versions.toml @@ -66,3 +66,6 @@ git-tree-sha1 = "80eb04ae663507d9303473d26710a4c62efa0f3c" ["1.6.6"] git-tree-sha1 = "c2581519bdea44ff65a74d763f0d122ef3c0434d" + +["1.6.7"] +git-tree-sha1 = "731113c87c225f372a733522a6d6952ae95ee686" diff --git a/M/MLDataDevices/WeakCompat.toml b/M/MLDataDevices/WeakCompat.toml index 161975cd9cc52e8..72d82e211829375 100644 --- a/M/MLDataDevices/WeakCompat.toml +++ b/M/MLDataDevices/WeakCompat.toml @@ -5,7 +5,6 @@ Metal = "1" RecursiveArrayTools = "3.8.0-3" ReverseDiff = "1.15.0-1" SparseArrays = "1.10.0-1" -Zygote = "0.6.69-0.6" cuDNN = "1.3.0-1" oneAPI = "1.5.0-1" @@ -15,10 +14,13 @@ GPUArrays = "10" ["1-1.5"] Tracker = "0.2.34-0.2" +["1-1.6.6"] +Zygote = "0.6.69-0.6" + ["1.0.0"] AMDGPU = "0.9.6-0.9" -["1.0.1-1"] +["1.0.1-1.6.6"] AMDGPU = ["0.9.6-0.9", "1"] ["1.1-1"] @@ -53,3 +55,7 @@ ComponentArrays = "0.15.18-0.15" ["1.6.6-1"] Reactant = "0.2.13-0.2" + +["1.6.7-1"] +AMDGPU = "1" +Zygote = "0.6.69-0.7"