From 17c4122ec44a1d49ddd9d816e7a9c1b7ff2d597b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 2 Oct 2023 23:31:11 +0000 Subject: [PATCH] CompatHelper: bump compat for FastGaussQuadrature to 1, (keep existing compat) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index e244f354..ea977585 100644 --- a/Project.toml +++ b/Project.toml @@ -8,9 +8,9 @@ ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" BandedMatrices = "aae01518-5342-5314-be14-df237901396f" FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" -PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" @@ -19,9 +19,9 @@ StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c" [compat] ArrayLayouts = "1" BandedMatrices = "0.17" -FastGaussQuadrature = "0.5" -Reexport = "1.0" +FastGaussQuadrature = "0.5, 1" PrecompileTools = "1.0" +Reexport = "1.0" Static = "0.8" StaticArrays = "1.0" StaticArraysCore = "1.4"