From 48b33287f7be5e41e7cc9e2dc2bab2042a382f5b Mon Sep 17 00:00:00 2001 From: Sathvik Bhagavan Date: Sat, 23 Sep 2023 06:39:40 +0000 Subject: [PATCH] build: compat bound QuadGK --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1f3ca1c2..10acf309 100644 --- a/Project.toml +++ b/Project.toml @@ -24,6 +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" RecipesBase = "0.8, 1.0" RecursiveArrayTools = "2" Reexport = "0.2, 1.0" @@ -32,7 +33,6 @@ Requires = "1" Symbolics = "4, 5.1" julia = "1.6" - [extras] ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"