From 56a8a1e16543bcf6dc78af2c695138294c4f9751 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 29 May 2024 06:35:55 +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 54248df..a5b8f61 100644 --- a/Project.toml +++ b/Project.toml @@ -24,6 +24,7 @@ FFTW = "1.1" LazyArrays = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1" NLsolve = "4.4" Parameters = "0.12.3" +Statistics = "1" ThreadsX = "0.1.10" julia = "1.6"