Skip to content

Commit

Permalink
QuadGK compat
Browse files Browse the repository at this point in the history
  • Loading branch information
alecloudenback authored May 11, 2020
1 parent 962b71e commit 6408a88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
[compat]
Interpolations = "^0.12"
Optim = "^0.20, 0.21"
QuadGK = "^2"
julia = "^1.1"

[extras]
Expand Down

2 comments on commit 6408a88

@alecloudenback
Copy link
Member Author

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/14526

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.2.2 -m "<description of version>" 6408a88ad5cfe78f86830d143c06cf36d12569b8
git push origin v0.2.2

Please sign in to comment.