Skip to content

Commit

Permalink
Update SpecialFunctions compat restriction.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwilliam77 committed Jan 4, 2021
1 parent 4a3f521 commit 5cef99d
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 @@ -24,7 +24,7 @@ Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24"
ForwardDiff = "^0.10"
Nullables = "^0.0.8, 1"
OrderedCollections = "^1.1.0"
SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.2"
SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1"
UnPack = "^1.0.2"
julia = "1"

Expand Down

2 comments on commit 5cef99d

@chenwilliam77
Copy link
Contributor 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 created: JuliaRegistries/General/27317

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.1 -m "<description of version>" 5cef99d52587b08555e395a1758b8e8872464bde
git push origin v0.2.1

Please sign in to comment.