From c4f35c6f400be7004d3d3065785460e3e5441d5f Mon Sep 17 00:00:00 2001 From: Thijs van de Laar Date: Tue, 10 May 2022 12:27:41 +0200 Subject: [PATCH] update compat --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index e7567907..ea0d5733 100644 --- a/Project.toml +++ b/Project.toml @@ -25,8 +25,8 @@ DataStructures = "0.17, 0.18" Documenter = "0.25, 0.26, 0.27" ForwardDiff = "0.10" PositiveFactorizations = "0.2" -Roots = "1.3" +Roots = "1.3, 2" SpecialFunctions = "0.8.1, 0.9, 1.0, 2.0" StatsBase = "0.32, 0.33" -StatsFuns = "0.9" +StatsFuns = "0.9, 1" julia = "1.3, 1.4, 1.5, 1.6"