From a83df801ab495774c704921b78ecce217d1332cd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 27 Mar 2025 03:18:31 +0000 Subject: [PATCH 1/6] CompatHelper: bump compat for ForwardDiff in [weakdeps] to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f43a839..cdf884e 100644 --- a/Project.toml +++ b/Project.toml @@ -48,7 +48,7 @@ DocStringExtensions = "0.9" Enzyme = "0.13.2" FastClosures = "0.3" FiniteDiff = "2.12" -ForwardDiff = "0.10.26" +ForwardDiff = "0.10.26, 1" LinearAlgebra = "1.9, 1.10" MLDataDevices = "1" MLUtils = "0.4" From 49bcf803fb56577598a1a4aaa5e1e9e7563f5e2f Mon Sep 17 00:00:00 2001 From: Vaibhav Kumar Dixit Date: Mon, 7 Apr 2025 11:58:04 -0400 Subject: [PATCH 2/6] Update Project.toml --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 4c285f1..a482072 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -34,7 +34,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" Aqua = "0.8" ComponentArrays = ">= 0.13.9" Enzyme = "0.13" -Flux = "0.13, 0.14" +Flux = "0.15, 0.16" IterTools = ">= 1.3.0" Lux = ">= 0.4.50" Manifolds = "0.9" From ad1fa4325f54bbaa3634365c195165a7b2c7fcb0 Mon Sep 17 00:00:00 2001 From: Vaibhav Kumar Dixit Date: Mon, 7 Apr 2025 14:50:09 -0400 Subject: [PATCH 3/6] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cdf884e..2dcf204 100644 --- a/Project.toml +++ b/Project.toml @@ -48,7 +48,7 @@ DocStringExtensions = "0.9" Enzyme = "0.13.2" FastClosures = "0.3" FiniteDiff = "2.12" -ForwardDiff = "0.10.26, 1" +ForwardDiff = "1" LinearAlgebra = "1.9, 1.10" MLDataDevices = "1" MLUtils = "0.4" From cba6430d7b66a593644c5435066e9a21db068b23 Mon Sep 17 00:00:00 2001 From: Oscar Smith Date: Fri, 25 Apr 2025 09:52:12 -0400 Subject: [PATCH 4/6] remove Flux --- test/Project.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/Project.toml b/test/Project.toml index a482072..89c0fd2 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -6,7 +6,6 @@ ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66" DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63" Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9" FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41" -Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -34,7 +33,6 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" Aqua = "0.8" ComponentArrays = ">= 0.13.9" Enzyme = "0.13" -Flux = "0.15, 0.16" IterTools = ">= 1.3.0" Lux = ">= 0.4.50" Manifolds = "0.9" From 1250d9789f73193862d21daf8d6b649f40281a29 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Fri, 30 May 2025 14:07:43 -0400 Subject: [PATCH 5/6] Update test/Project.toml --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 89c0fd2..2554934 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -34,7 +34,7 @@ Aqua = "0.8" ComponentArrays = ">= 0.13.9" Enzyme = "0.13" IterTools = ">= 1.3.0" -Lux = ">= 0.4.50" +Lux = "1.12" Manifolds = "0.9" Optim = ">= 1.4.1" Optimisers = ">= 0.2.5" From a57acabfe1a19db16991cf4607a099d8034d4ee2 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Fri, 30 May 2025 20:27:13 +0000 Subject: [PATCH 6/6] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2dcf204..cdf884e 100644 --- a/Project.toml +++ b/Project.toml @@ -48,7 +48,7 @@ DocStringExtensions = "0.9" Enzyme = "0.13.2" FastClosures = "0.3" FiniteDiff = "2.12" -ForwardDiff = "1" +ForwardDiff = "0.10.26, 1" LinearAlgebra = "1.9, 1.10" MLDataDevices = "1" MLUtils = "0.4"