From 88fd35155fb2fb93e6ea4a668c4e45d5388432f7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 23 Mar 2026 01:51:41 +0000 Subject: [PATCH] CompatHelper: add new compat entry for ScientificTypes in [weakdeps] at version 3, (keep existing compat) --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8da497c..63a0bf8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "StatisticalMeasures" uuid = "a19d573c-0a75-4610-95b3-7071388c7541" -authors = ["Anthony D. Blaom "] version = "0.3.5" +authors = ["Anthony D. Blaom "] [deps] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" @@ -36,6 +36,7 @@ MacroTools = "0.5" OrderedCollections = "1" PrecompileTools = "1.1" REPL = "1" +ScientificTypes = "3" ScientificTypesBase = "3" StatisticalMeasuresBase = "0.1" Statistics = "1"