From 37e5e99d1626eb6baab8d663b104e74f00603015 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 2 Jun 2022 17:10:12 +0000 Subject: [PATCH] CompatHelper: bump compat for PenaltyFunctions to 0.3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2b96615a..661ceed7 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ DiffEqSensitivity = "6" Distributions = "0.25" ForwardDiff = "0.10" LsqFit = "0.8, 0.9, 0.10, 0.11, 0.12" -PenaltyFunctions = "0.1, 0.2" +PenaltyFunctions = "0.1, 0.2, 0.3" PreallocationTools = "0.2, 0.3" RecursiveArrayTools = "1.0, 2.0" SciMLBase = "1"