Skip to content

Commit 259209a

Browse files
authored
Merge pull request #58 from notZaki/compat_upperbounds
Add upper bounds to compat entries
2 parents f82e7a8 + 43be2e4 commit 259209a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Project.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1818
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1919

2020
[compat]
21-
julia = "≥ 1.0.0"
22-
ArgParse = "≥ 1.1.0"
23-
Calculus = " 0.5.1"
24-
LsqFit = " 0.10.0"
25-
MAT = "≥ 0.7.0"
26-
PyPlot = "≥ 2.8.2"
21+
ArgParse = "^1.1"
22+
Calculus = "^0.5"
23+
LsqFit = "0.10, 0.11, 0.12"
24+
MAT = "0.7, 0.8, 0.9, 0.10"
25+
PyPlot = "^2.8.2"
26+
julia = "1"
2727

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

0 commit comments

Comments
 (0)