diff --git a/P/PEtab/Compat.toml b/P/PEtab/Compat.toml index 6866feaf274fe66..4abc26b1628812c 100644 --- a/P/PEtab/Compat.toml +++ b/P/PEtab/Compat.toml @@ -145,11 +145,9 @@ SBMLImporter = "1" [3] Catalyst = "14" ComponentArrays = "0.15" -DiffEqCallbacks = "3" Ipopt = "1" MCMCChains = "6" Optim = "1" -Optimization = "3" OrdinaryDiffEqBDF = "1" OrdinaryDiffEqRosenbrock = "1" OrdinaryDiffEqSDIRK = "1" @@ -163,6 +161,14 @@ StyledStrings = "1" ["3-3.1"] ModelingToolkit = "9" +["3-3.2"] +DiffEqCallbacks = "3" +Optimization = "3" + ["3.2-3"] Distributed = "1" ModelingToolkit = "9.40.0-9" + +["3.3-3"] +DiffEqCallbacks = "4" +Optimization = "4" diff --git a/P/PEtab/Versions.toml b/P/PEtab/Versions.toml index 20addba77594104..3f5adc39b797ac8 100644 --- a/P/PEtab/Versions.toml +++ b/P/PEtab/Versions.toml @@ -174,3 +174,6 @@ git-tree-sha1 = "978362e18382a78e936051a9a9b027475bd8f2e0" ["3.2.1"] git-tree-sha1 = "26dd69f15ed8c773e4ff42e7cc8b175e3e035cb0" + +["3.3.0"] +git-tree-sha1 = "5bc25347052293e893060d1475a72c27228eda5f" diff --git a/P/PEtab/WeakCompat.toml b/P/PEtab/WeakCompat.toml index 8b186cf37e1bef7..b6562744365528a 100644 --- a/P/PEtab/WeakCompat.toml +++ b/P/PEtab/WeakCompat.toml @@ -30,7 +30,7 @@ MCMCChains = "6" ["2.14-2"] Pigeons = "0.4" -["2.3-3"] +["2.3-3.2"] Optimization = "3" ["2.7-2.10"] @@ -38,3 +38,6 @@ SciMLSensitivity = "7" [3] SciMLSensitivity = "7.60.0-7" + +["3.3-3"] +Optimization = "4"