From d36ef00dcccd83b78207ef541a5b44dd775f4089 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 3 Oct 2023 01:18:45 +0000 Subject: [PATCH] CompatHelper: bump compat for FastGaussQuadrature to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9ef5b49..2c73c5b 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a" [compat] ElectricFields = "0.1, 0.2" -FastGaussQuadrature = "0.4.7, 0.5" +FastGaussQuadrature = "0.4.7, 0.5, 1" HCubature = "1.5" ProgressMeter = "1.5,1.6" SpecialFunctions = "1.3,2"