diff --git a/Project.toml b/Project.toml index 4b0c625..528576d 100644 --- a/Project.toml +++ b/Project.toml @@ -35,14 +35,14 @@ KernelDensity = "0.6" LinearAlgebra = "1" OrdinaryDiffEq = "6" Parameters = "0.12" -Pkg ="1" +Pkg = "1" PkgBenchmark = "0.2" Random = "1" -RecursiveArrayTools = "2" +RecursiveArrayTools = "2, 3" Reexport = "0.2, 1.0" ReferenceTests = "0.10" -SciMLBase = "1, 2" SafeTestsets = "0.1" +SciMLBase = "1, 2" StaticArrays = "1" Statistics = "1" StochasticDiffEq = "6" diff --git a/docs/Project.toml b/docs/Project.toml index 625a154..37b68c3 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -30,11 +30,11 @@ IntegralsCuba = "0.3" KernelDensity = "0.6" MCMCChains = "6" Optimization = "3" -OptimizationMOI = "0.1" +OptimizationMOI = "0.1, 0.2" OptimizationNLopt = "0.1, 0.2" OrdinaryDiffEq = "6" Plots = "1" SciMLSensitivity = "7" StatsPlots = "0.15" StochasticDiffEq = "6" -Turing = "0.29" +Turing = "0.29, 0.30"