From 9dc5d80f4d2abbd0460f4e9d94c09ee815ab43f2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 16 Aug 2023 00:43:25 +0000 Subject: [PATCH] CompatHelper: bump compat for Polynomials to 4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3b12fb8b..c692eac4 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ ForwardDiff = "0.10" HypergeometricFunctions = "0.3.8" InvertedIndices = "1.1" LoopVectorization = "0.12" -Polynomials = "2.0.24, 3" +Polynomials = "2.0.24, 3, 4" RecipesBase = "1.2" SciMLBase = "1" SpecialFunctions = "1.6.2, 2"