From 4ef12ffe255ca90c865d9d56fc8daaccc036b2c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 00:25:27 +0000 Subject: [PATCH] CompatHelper: bump compat for "Roots" to "2.1" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 28c2e12e3..adc4682b4 100644 --- a/Project.toml +++ b/Project.toml @@ -78,7 +78,7 @@ OrderedCollections = "~1.1, ~1.2, =1.3.1, =1.3.2" PackageCompiler = "^0.6.4, 1.0, 1.1, 1.2" Plots = "0.19, 0.20, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, ~1.1, ~1.2, ~1.3, ~1.4, ~1.5, ~1.6, ~1.7, ~1.8, ~1.9, ~1.10, 1.14, 1.15" RecipesBase = "0.5, 0.7, 0.8, 1.0" -Roots = "0.7, 0.8, 1.0" +Roots = "0.7, 0.8, 1.0, 2.1" SMC = "0.1.10, ^0.1.11, 0.2" SpecialFunctions = "0.7, 0.8, 0.10, 1" StateSpaceRoutines = "^0.3.1, 0.4"