Skip to content

Commit

Permalink
Merge pull request #58 from notZaki/compat_upperbounds
Browse files Browse the repository at this point in the history
Add upper bounds to compat entries
  • Loading branch information
davidssmith authored Jun 14, 2021
2 parents f82e7a8 + 43be2e4 commit 259209a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "≥ 1.0.0"
ArgParse = "≥ 1.1.0"
Calculus = " 0.5.1"
LsqFit = " 0.10.0"
MAT = "≥ 0.7.0"
PyPlot = "≥ 2.8.2"
ArgParse = "^1.1"
Calculus = "^0.5"
LsqFit = "0.10, 0.11, 0.12"
MAT = "0.7, 0.8, 0.9, 0.10"
PyPlot = "^2.8.2"
julia = "1"

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

0 comments on commit 259209a

Please sign in to comment.