diff --git a/S/StochasticDiffEq/Compat.toml b/S/StochasticDiffEq/Compat.toml index c490f7d57486997..7c70e498e695e77 100644 --- a/S/StochasticDiffEq/Compat.toml +++ b/S/StochasticDiffEq/Compat.toml @@ -314,9 +314,14 @@ SparseDiffTools = "0.3.0-0.9" ["6.70-6"] FastPower = "1" -["6.71.1-6"] +["6.71.1-6.71"] SciMLBase = "2.59.2-2" +["6.72-6"] +ADTypes = "1" +OrdinaryDiffEqCore = "1.12.1-1" +SciMLBase = "2.65.0-2" + ["6.8-6.13"] ArrayInterface = "1.1.0-1" diff --git a/S/StochasticDiffEq/Deps.toml b/S/StochasticDiffEq/Deps.toml index 1bc2421402b812e..10c638c5162a2e8 100644 --- a/S/StochasticDiffEq/Deps.toml +++ b/S/StochasticDiffEq/Deps.toml @@ -83,6 +83,10 @@ SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804" ["6.70-6"] FastPower = "a4df4552-cc26-4903-aec0-212e50a0e84b" +["6.72-6"] +ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" +OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" + ["6.8-6"] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" diff --git a/S/StochasticDiffEq/Versions.toml b/S/StochasticDiffEq/Versions.toml index bd6f3c7b1c0562a..687a0a55a9fda54 100644 --- a/S/StochasticDiffEq/Versions.toml +++ b/S/StochasticDiffEq/Versions.toml @@ -418,3 +418,6 @@ git-tree-sha1 = "b1464027197ae535fd21e0c482ba23f768be72ff" ["6.71.1"] git-tree-sha1 = "2310e4cca114797f09a4ff0a58a81278e690a584" + +["6.72.0"] +git-tree-sha1 = "74728e15cc2cefebf1e9e649fe3d7b2fad28273a"