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

Commit

Permalink
Fix compat ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
fchorney committed Dec 11, 2020
1 parent 6bca389 commit 73c72f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
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

0 comments on commit 73c72f0

Please sign in to comment.