From b478eb7cdc0820a0a978007669dedd3c7f37abde Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 00:38:00 +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 3e713aa..dca1acf 100644 --- a/Project.toml +++ b/Project.toml @@ -31,6 +31,7 @@ ProgressMeter = "1.2" RecipesBase = "1.0" Requires = "1.0" SlidingDistancesBase = "0.2, 0.3" +Statistics = "1" StatsBase = "0.32, 0.33" UnPack = "0.1, 1" julia = "1" @@ -39,8 +40,8 @@ julia = "1" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d" MatrixProfile = "24e37439-14ec-4097-bda3-6a65822e2305" -QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" +QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc" [targets] test = ["MatrixProfile", "LightGraphs", "QuadGK", "ForwardDiff", "Plots"]