From 846ed5939f57a19961f185b10f3f677f1d70cc5a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 26 Jul 2024 00:52:17 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Optimization in [weakdeps] at version 3, (keep existing compat) --- Project.toml | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/Project.toml b/Project.toml index 93535c0..45530be 100644 --- a/Project.toml +++ b/Project.toml @@ -36,27 +36,28 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -SciMLBase = "2" ADTypes = "1" -Reexport = "1" -LossFunctions = "0.11" -Statistics = "1" -Unitful = "1" -DocStringExtensions = "0.9" -MakieCore = "0.8" -NaNMath = "1" -RecursiveArrayTools = "3" -QuadGK = "2" -LabelledArrays = "1" -DifferentiationInterface = "0.5" -StructArrays = "0.6" ComponentArrays = "0.15" -PackageExtensionCompat = "1" +ContinuumMechanicsBase = "0.1" DataInterpolations = "5" +DifferentiationInterface = "0.5" +DocStringExtensions = "0.9" Integrals = "4" InverseLangevinApproximations = "0.2" +LabelledArrays = "1" +LossFunctions = "0.11" +MakieCore = "0.8" +NaNMath = "1" +Optimization = "3" +PackageExtensionCompat = "1" +QuadGK = "2" +RecursiveArrayTools = "3" +Reexport = "1" +SciMLBase = "2" SpecialFunctions = "2" -ContinuumMechanicsBase = "0.1" +Statistics = "1" +StructArrays = "0.6" +Unitful = "1" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"