Skip to content

Commit 2ec35f6

Browse files
authored
Put back the [compat] section of Project.toml as it was in version 1.15 (#110)
1 parent d5d2fce commit 2ec35f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
1212
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1313

1414
[compat]
15-
Combinatorics = "1"
16-
Graphs = "^1.7"
17-
MetaGraphs = ">= 0.7, < 0.9"
18-
julia = "^1.6"
15+
Combinatorics = "1.0.2"
16+
Graphs = "~1.7, 1.8"
1917
JuMP = "^1.2"
2018
MathOptInterface = "1"
19+
MetaGraphs = "~0.7"
20+
julia = "1.6"
2121

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

0 commit comments

Comments
 (0)