From 7efeae4c9091535d388065a38c0e7258a948602b Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Sat, 23 Sep 2023 16:08:09 -0400 Subject: [PATCH] should work with QuadGK 2.9.1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 61aa0299..f145d434 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ DataInterpolationsSymbolicsExt = "Symbolics" [compat] ChainRulesCore = "0.9.44, 0.10, 1" Optim = "0.19, 0.20, 0.21, 0.22, 1.0" -QuadGK = "=2.8" +QuadGK = "2.9.1" RecipesBase = "0.8, 1.0" RecursiveArrayTools = "2" Reexport = "0.2, 1.0"