From 2a6bdbf6789826b1edaae8ed1daf4086f0d7e0e1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 6 Jul 2022 00:36:35 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Distributions at version 0.25, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index b2f6135..d5d4f08 100644 --- a/Project.toml +++ b/Project.toml @@ -28,6 +28,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" BoundaryValueDiffEq = "2" Convex = "0.15" DifferentialEquations = "7" +Distributions = "0.25" Flux = "0.12, 0.13" Interpolations = "0.13" IntervalSets = "0.5, 0.7"