Skip to content

Commit

Permalink
Fix compat
Browse files Browse the repository at this point in the history
fbf6934 was a wrong way to impose
upper bound since `,` takes union not intersection.
  • Loading branch information
tkf committed Aug 28, 2019
1 parent 7461027 commit 3045b11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Expand Up @@ -12,9 +12,9 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"

[compat]
BangBang = "≥ 0.2, < 1"
InitialValues = "≥ 0.2, < 1"
Setfield = "≥ 0.3, < 1"
BangBang = "≥ 0.2"
InitialValues = "≥ 0.2"
Setfield = "≥ 0.3"
julia = "1"

[extras]
Expand Down

0 comments on commit 3045b11

Please sign in to comment.