From 44b9f1ec72f9f112c42c563f2618f3c14ec9f971 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 14 Oct 2024 01:47:51 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 5b3e23df..d6b53f49 100644 --- a/Project.toml +++ b/Project.toml @@ -40,6 +40,7 @@ OrdinaryDiffEq = "6" ProgressLogging = "0.1" SciMLBase = "2" SciMLOperators = "0.3" +Statistics = "1" Symbolics = "5, 6" julia = "1.6"