From 865c03414f8c64631cb9805a1b2c7401dc75e8fe Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 23 May 2026 00:32:13 +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 aedd4819..438f9417 100755 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GridapROMs" uuid = "9ec1d169-1b02-4ed6-9618-ff21f43ad569" -version = "0.1.4" authors = ["Nicholas Mueller "] +version = "0.1.4" [deps] ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018" @@ -55,6 +55,7 @@ PartitionedArrays = "0.3" RadialBasisFunctions = "0.5" SparseMatricesCSR = "0.6" StaticArrays = "1" +Statistics = "1" StatsBase = "0.34" UnPack = "1" julia = "1.9"