From 8fb2ccf2ae7639101d63518c62e9f843b2c0f574 Mon Sep 17 00:00:00 2001 From: JordiManyer Date: Wed, 6 Nov 2024 16:06:50 +1100 Subject: [PATCH] Updated compats for PolynomialBases --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 90a3f942f..6861c8f81 100644 --- a/Project.toml +++ b/Project.toml @@ -49,7 +49,7 @@ LineSearches = "7.0.1" LinearAlgebra = "1" NLsolve = "4.4" NearestNeighbors = "0.4.8" -PolynomialBases = "0.4.12" +PolynomialBases = "0.4.13" Preferences = "1.4" QuadGK = "2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 2.20, 2.11" Random = "1"