From f44f08b180c1fa3e8041fe3a1bf98205288469ec Mon Sep 17 00:00:00 2001 From: Vaibhav Kumar Dixit Date: Fri, 6 Dec 2024 11:00:26 -0500 Subject: [PATCH] Bump Flux in tests too to test the new Optimisers version --- test/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Project.toml b/test/Project.toml index f49ba58f9..af676c683 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -32,11 +32,11 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" Aqua = "0.8" ComponentArrays = ">= 0.13.9" DiffEqFlux = ">= 2" -Flux = "0.13, 0.14" +Flux = "0.13, 0.14, 0.15" IterTools = ">= 1.3.0" Lux = ">= 0.4.50" Optim = ">= 1.4.1" Optimisers = ">= 0.2.5" OrdinaryDiffEq = ">= 5" SafeTestsets = ">= 0.0.1" -SciMLSensitivity = ">= 7.0.0" \ No newline at end of file +SciMLSensitivity = ">= 7.0.0"