Skip to content

Commit

Permalink
Merge pull request #74 from tkf/compat
Browse files Browse the repository at this point in the history
Use proper compat bound
  • Loading branch information
malmaud committed Sep 29, 2020
2 parents 36857fc + b7124ea commit de05d58
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ TableTraitsUtils = "382cd787-c1b6-5bf2-a167-d5b971a19bda"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Compat = "≥ 0.17.0"
DataValues = "0.4.4"
Compat = "1, 2, 3"
DataValues = "0.4.4"
IteratorInterfaceExtensions = "^0.1.1, ^1"
Lazy = "≥ 0.11.4"
PyCall = "1.90.0"
Lazy = "0.15"
PyCall = "1.90"
TableTraits = "^0.4, ^1"
TableTraitsUtils = "^0.3, ^0.4, ^1"
julia = "0.7.0"
julia = "0.7, 1"

0 comments on commit de05d58

Please sign in to comment.