From 01519eef087e4975d1431e85ca3e99bde6f4dd42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 09:20:51 +0000 Subject: [PATCH] CompatHelper: bump compat for "Distributions" to "0.24" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 92cf54e275..2b9c54dfa6 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ Adapt = "1.0" DiffEqBase = "6" DiffEqFlux = "1.5" DiffEqSensitivity = "6.5" -Distributions = "0.23" +Distributions = "0.23, 0.24" Flux = "0.10.1" ForwardDiff = "0.10" Optim = "0.20, 0.21"