Skip to content

Commit 7bf1f38

Browse files
github-actions[bot]CompatHelper Juliasolliolli
authored
CompatHelper: bump compat for JuMP to 1, (keep existing compat) (#44)
* CompatHelper: bump compat for JuMP to 1, (keep existing compat) * Update Project.toml Change the JuMP compat to accept any new minor and patch versions after 1.3 --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Olli Herrala <43684983+solliolli@users.noreply.github.com>
1 parent 6c64bf3 commit 7bf1f38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1111
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1212

1313
[compat]
14-
julia = "1.6"
15-
JuMP = "=1.3.0"
16-
StatsBase = "0.33"
1714
DataFrames = "1.3"
15+
JuMP = "1.3"
1816
PrettyTables = "1.3"
17+
StatsBase = "0.33"
18+
julia = "1.6"
1919

2020
[extras]
2121
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"

0 commit comments

Comments
 (0)