Skip to content

Commit

Permalink
Fix compat
Browse files Browse the repository at this point in the history
It wasn't working as I expected; `,` is union, not an intersection.
  • Loading branch information
tkf committed Aug 27, 2019
1 parent 750986e commit b53074e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"

[compat]
InitialValues = "≥ 0.2, < 1"
InitialValues = "≥ 0.2"
julia = "1.0"

[extras]
Expand Down

0 comments on commit b53074e

Please sign in to comment.