From ac1a8253fded7b456ec5b6ece4515853aea0f9ca Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 10 Nov 2024 00:32:30 +0000 Subject: [PATCH] CompatHelper: add new compat entry for RecipesBase at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 82a1045..b2e9087 100644 --- a/Project.toml +++ b/Project.toml @@ -43,6 +43,7 @@ MINPACK = "1" NLsolve = "4" PreallocationTools = "0.4" QuadGK = "2" +RecipesBase = "1" SIAMFANLEquations = "1" SimpleNonlinearSolve = "1, 2" SpecialFunctions = "2"