Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #196 from invenia/fc/fix-compat
Browse files Browse the repository at this point in the history
Fix compat ranges
  • Loading branch information
fchorney committed Dec 14, 2020
2 parents 6bca389 + 73c72f0 commit 7cef550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Expand Up @@ -12,9 +12,9 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
DiffRules = "^0.0"
DualNumbers = ">=0.6.0"
DualNumbers = "0.6"
FDM = "^0.6"
SpecialFunctions = ">=0.5.0"
SpecialFunctions = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 1"
julia = "^1.3"

[extras]
Expand Down

2 comments on commit 7cef550

@fchorney
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/26253

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.12.2 -m "<description of version>" 7cef550f9dacfec3294b954547805b606b2cf295
git push origin v0.12.2

Please sign in to comment.