From 341ebe926eaf54661cd3c743487731f5dd1af83e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 22:17:25 +0200 Subject: [PATCH] CompatHelper: add new compat entry for ScientificTypes at version 3, (keep existing compat) (#20) Co-authored-by: CompatHelper Julia --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 8243812..745a8d8 100644 --- a/Project.toml +++ b/Project.toml @@ -31,6 +31,7 @@ KernelDensity = "0.6" LiveServer = "1" MetaGraphsNext = "0.7" Revise = "3" +ScientificTypes = "3" SpecialFunctions = "2" Statistics = "1" StatsBase = "0.33, 0.34"