Skip to content

Commit

Permalink
CompatHelper: bump compat for FastGaussQuadrature to 1, (keep existin…
Browse files Browse the repository at this point in the history
…g compat)
  • Loading branch information
CompatHelper Julia committed Oct 2, 2023
1 parent 1579f17 commit 17c4122
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 17c4122

Please sign in to comment.