From 9e44633155e99c9a7c34e6c5f3c6822296f7d0dc Mon Sep 17 00:00:00 2001 From: Julius Krumbiegel Date: Mon, 25 Mar 2024 14:56:05 +0100 Subject: [PATCH] add Printf compat --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 8f9231b..36abef3 100644 --- a/Project.toml +++ b/Project.toml @@ -26,6 +26,7 @@ HypothesisTests = "0.10, 0.11" MultipleTesting = "0.5, 0.6" NaturalSort = "1.0" OrderedCollections = "1" +Printf = "1" SHA = "0.7" Statistics = "1" StatsBase = "0.33, 0.34"