From d4c42b5da4ffa5fa75aa907f4b834439542f6a53 Mon Sep 17 00:00:00 2001 From: Florian Atteneder Date: Sat, 3 Feb 2024 20:10:23 +0100 Subject: [PATCH] bump compat for Polynomials to include v3 and v4 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 926a610..c64668c 100644 --- a/Project.toml +++ b/Project.toml @@ -8,7 +8,7 @@ Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45" SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" [compat] -Polynomials = "1, 2" +Polynomials = "1, 2, 3, 4" SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 1.1, 1.2, 1.3, 2" julia = "^1"