From 21c625a4b4c3c8fe576022728e372dcb3e4101ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 01:46:15 -0500 Subject: [PATCH] CompatHelper: add new compat entry for "DiffResults" at version "1.0" (#476) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 33d0ba3542..49a3cf1744 100644 --- a/Project.toml +++ b/Project.toml @@ -33,6 +33,7 @@ ConsoleProgressMonitor = "0.1" DataInterpolations = "3.3" DiffEqBase = "6.41" DiffEqSensitivity = "6.19" +DiffResults = "1.0" Distributions = "0.23, 0.24" DistributionsAD = "0.6" Flux = "0.11.0"