From e1fa01587fad9b56f99662a18ebac3e3690b3d60 Mon Sep 17 00:00:00 2001 From: Arno Strouwen Date: Fri, 29 Dec 2023 14:34:53 +0100 Subject: [PATCH] lower bounds --- Project.toml | 2 +- lib/SurrogatesFlux/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 78869596..ddfbbd5b 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ Aqua = "0.8" Cubature = "1.5" Distributions = "0.25.71" ExtendableSparse = "1" -Flux = "0.14" +Flux = "0.13, 0.14" ForwardDiff = "0.10.19" GLM = "1.5" IterativeSolvers = "0.9" diff --git a/lib/SurrogatesFlux/Project.toml b/lib/SurrogatesFlux/Project.toml index 8fc1c5de..5abdf5a5 100644 --- a/lib/SurrogatesFlux/Project.toml +++ b/lib/SurrogatesFlux/Project.toml @@ -8,7 +8,7 @@ Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" Surrogates = "6fc51010-71bc-11e9-0e15-a3fcc6593c49" [compat] -Flux = "0.14" +Flux = "0.13, 0.14" Surrogates = "6" julia = "1.10"