From ea3a4581aff37654cf6c56c659e5e96c5669dc67 Mon Sep 17 00:00:00 2001 From: Bagaev Dmitry Date: Mon, 24 Mar 2025 17:18:09 +0100 Subject: [PATCH] Add FastGaussQuadrature version 1 to the compat boundaries --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ad87ebf..97b9787 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] CompositeTypes = "0.1.3" DomainSets = "0.7.2" -FastGaussQuadrature = "0.5" +FastGaussQuadrature = "0.5, 1" GaussQuadrature = "0.5.7" HCubature = "1.4.0" IntervalSets = "0.7"