Skip to content

Commit

Permalink
attemps to fix compat upper bound constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
konkam committed Oct 4, 2020
1 parent c215330 commit fa7a2b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"

[compat]
julia = "^1"
Nemo = "0"
SpecialFunctions = "0.9, 0.10"
StatsFuns = "0"
Memoization = "0"
Nemo = "0.17 - 0.30"
SpecialFunctions = "0.9 - 0.30"
StatsFuns = "0.9 - 0.30"
Memoization = "0.1 - 0.2""

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit fa7a2b0

Please sign in to comment.