From 29ebfc507198b8898910404b4bd4e737e09ea5a7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 00:17:59 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f24dbba08..3019705b3 100644 --- a/Project.toml +++ b/Project.toml @@ -69,6 +69,7 @@ RuntimeGeneratedFunctions = "0.5" SciMLOperators = "0.1.18, 0.2, 0.3" StaticArrays = "1" StaticArraysCore = "1" +Statistics = "1" SymbolicIndexingInterface = "0.2" Tables = "1" TruncatedStacktraces = "1" @@ -79,8 +80,8 @@ julia = "1.6" Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" DelayDiffEq = "bcd4f6db-9728-5f36-b5f7-82caef46ccdb" OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" -Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" PartialFunctions = "570af359-4316-4cb7-8c74-252c00c2016b" +Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0" PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d" RCall = "6f49c342-dc21-5d91-9882-a32aef131414"