diff --git a/S/SequentialSamplingModels/Compat.toml b/S/SequentialSamplingModels/Compat.toml index 48b0e9c45634389..57d691de10088ad 100644 --- a/S/SequentialSamplingModels/Compat.toml +++ b/S/SequentialSamplingModels/Compat.toml @@ -54,3 +54,8 @@ FunctionZeros = "0.2" ["0.7.3-0"] FunctionZeros = "0.2-0.3" + +["0.8-0"] +Interpolations = "0.14" +KernelDensity = "0.6.5-0.6" +Plots = "1" diff --git a/S/SequentialSamplingModels/Deps.toml b/S/SequentialSamplingModels/Deps.toml index 1a35c6704b17d28..5b73eb8594c49a3 100644 --- a/S/SequentialSamplingModels/Deps.toml +++ b/S/SequentialSamplingModels/Deps.toml @@ -31,3 +31,8 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" ["0.7.1-0"] FunctionZeros = "b21f74c0-b399-568f-9643-d20f4fa2c814" SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" + +["0.8-0"] +Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" +KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b" +Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" diff --git a/S/SequentialSamplingModels/Versions.toml b/S/SequentialSamplingModels/Versions.toml index 19dd101b3fb7fa4..35386394125cd4f 100644 --- a/S/SequentialSamplingModels/Versions.toml +++ b/S/SequentialSamplingModels/Versions.toml @@ -96,3 +96,6 @@ git-tree-sha1 = "cbf567faceafcad0712171921627234f6fee6dc5" ["0.7.3"] git-tree-sha1 = "4500038fabc7f57e84aa8808ba6055e7663ed46b" + +["0.8.0"] +git-tree-sha1 = "c8313be2483bd370b33267de8fa8abc25d37df9b" diff --git a/S/SequentialSamplingModels/WeakCompat.toml b/S/SequentialSamplingModels/WeakCompat.toml index 5854f6058a74afb..9b31c9369dfe581 100644 --- a/S/SequentialSamplingModels/WeakCompat.toml +++ b/S/SequentialSamplingModels/WeakCompat.toml @@ -1,3 +1,6 @@ ["0.5.0"] Interpolations = "0.14" KernelDensity = "0.6.5-0.6" + +["0.8-0"] +Plots = "1" diff --git a/S/SequentialSamplingModels/WeakDeps.toml b/S/SequentialSamplingModels/WeakDeps.toml index 3a657a8d47aa544..4993938ebdde3a7 100644 --- a/S/SequentialSamplingModels/WeakDeps.toml +++ b/S/SequentialSamplingModels/WeakDeps.toml @@ -5,3 +5,6 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" ["0.7.3-0"] Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" + +["0.8-0"] +Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"