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) (#96)

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Sheehan Olver <[email protected]>
  • Loading branch information
3 people authored Oct 3, 2023
1 parent 85a1f06 commit 8a66518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ BlockBandedMatrices = "0.12"
ClassicalOrthogonalPolynomials = "0.11"
ContinuumArrays = "0.16"
DomainSets = "0.5, 0.6"
FastGaussQuadrature = "0.5"
FastGaussQuadrature = "0.5, 1"
FastTransforms = "0.15"
FillArrays = "0.13, 1"
ForwardDiff = "0.10.12"
Expand Down

2 comments on commit 8a66518

@dlfivefifty
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/92688

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.0.2 -m "<description of version>" 8a6651808bfea042b1153e148f36a2e28762c9f1
git push origin v0.0.2

Please sign in to comment.