From 6974defc3fc1999536a424b01e33f901b9de9897 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 9 Apr 2022 01:07:52 +0000 Subject: [PATCH] CompatHelper: bump compat for Roots to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index eb01a1e..3cc7c79 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ PlotUtils = "1.2.0" Plots = "1.26" RecipesBase = "1.2.1" Reexport = "0.2.0" -Roots = "1.3" +Roots = "1.3, 2" SpecialFunctions = "1.6.2" ViscousFlow = "0.5.1" julia = "1.6"