From 1b7999d60c5113df3cd19cccd4ef734cf5c15094 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia <compathelper_noreply@julialang.org> Date: Fri, 29 Nov 2024 00:45:48 +0000 Subject: [PATCH] CompatHelper: bump compat for AbstractNeuralNetworks to 0.4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d136ab1..a39e665 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] -AbstractNeuralNetworks = "0.1, 0.3" +AbstractNeuralNetworks = "0.1, 0.3, 0.4" KernelAbstractions = "0.9" RuntimeGeneratedFunctions = "0.5" SafeTestsets = "0.1"