Skip to content

Commit e9081f9

Browse files
authored
Merge pull request #25 from JuliaGraphs/sbromberger/project.toml-upperbounds
compat upper bounds
2 parents 45e1b29 + 6f18511 commit e9081f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
88
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
99

1010
[compat]
11-
LightGraphs = "≥ 1.0.2"
12-
julia = "≥ 1.0.0"
11+
LightGraphs = "1"
12+
julia = "1"
13+
JLD2 = "0.1"
1314

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

0 commit comments

Comments
 (0)