diff --git a/Project.toml b/Project.toml index 239d4142aa..364a09c145 100644 --- a/Project.toml +++ b/Project.toml @@ -49,7 +49,7 @@ BifurcationKit = "0.4.4, 0.5" CairoMakie = "0.12, 0.13, 0.14, 0.15" Combinatorics = "1.0.2" DataStructures = "0.18, 0.19" -DiffEqBase = "6.165.0" +DiffEqBase = "6.165.0, 7.0" DocStringExtensions = "0.8, 0.9" DynamicPolynomials = "0.6" DynamicQuantities = "1" @@ -69,7 +69,7 @@ OrdinaryDiffEqCore = "3.22" Parameters = "0.12" Reexport = "1.0" RuntimeGeneratedFunctions = "0.5.12" -SciMLBase = "2.84" +SciMLBase = "2.84, 3.6" SciMLPublic = "1" Setfield = "1" StochasticDiffEq = "6.101" diff --git a/docs/Project.toml b/docs/Project.toml index d210369cda..e2dbb2fbe6 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -59,7 +59,7 @@ CairoMakie = "0.15" Catalyst = "16" DataFrames = "1.6" DataInterpolations = "7.2, 8" -DiffEqBase = "6.159.0" +DiffEqBase = "6.159.0, 7.0" Distributions = "0.25" Documenter = "1.11.1" DynamicPolynomials = "0.6" @@ -75,32 +75,32 @@ LinearSolve = "2.30, 3" ModelingToolkitBase = "1.17" NetworkLayout = "0.4" NonlinearSolve = "4" -NonlinearSolveFirstOrder = "1" +NonlinearSolveFirstOrder = "1, 2.1" Optim = "2" OptimizationBBO = "0.4" OptimizationBase = "4, 5.0" OptimizationNLopt = "0.3" OptimizationOptimJL = "0.4" OptimizationOptimisers = "0.3" -OrdinaryDiffEqBDF = "1" -OrdinaryDiffEqDefault = "1" -OrdinaryDiffEqRosenbrock = "1" -OrdinaryDiffEqSDIRK = "1" -OrdinaryDiffEqTsit5 = "1" -OrdinaryDiffEqVerner = "1" +OrdinaryDiffEqBDF = "1, 2.0" +OrdinaryDiffEqDefault = "1, 2.0" +OrdinaryDiffEqRosenbrock = "1, 2.0" +OrdinaryDiffEqSDIRK = "1, 2.0" +OrdinaryDiffEqTsit5 = "1, 2.0" +OrdinaryDiffEqVerner = "1, 2.0" PEtab = "5" Plots = "1.40" QuasiMonteCarlo = "0.3" ReactionNetworkImporters = "1.1.0" SBMLImporter = "4.0.0" -SciMLBase = "2.46" +SciMLBase = "2.46, 3.6" SciMLSensitivity = "7.60" SpecialFunctions = "2.4" StaticArrays = "1.9" StatsPlots = "0.15.8" SteadyStateDiffEq = "2.2" -StochasticDiffEq = "6.65" +StochasticDiffEq = "6.65, 7.0" StructuralIdentifiability = "0.5.11" SymbolicIndexingInterface = "0.3" Symbolics = "7.13" -Turing = "0.43.5" +Turing = "0.43.5, 0.44"