Skip to content

Commit 0ba03b3

Browse files
committed
simplify the compat section in Project.toml
This continues #40
1 parent e36e914 commit 0ba03b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ DataStructures = "0.12, 0.13, 0.14, 0.15, 0.16, 0.17"
2121
Distances = "0.8"
2222
ImageFiltering = "0.6"
2323
Images = "0.18, 0.19, 0.20"
24-
LightGraphs = "1.1, 1.2, 1.3"
24+
LightGraphs = "1.1"
2525
RegionTrees = "0.2, 0.3"
26-
SimpleWeightedGraphs = "1.0, 1.1"
26+
SimpleWeightedGraphs = "1"
2727
StaticArrays = "0.9, 0.10, 0.11, 0.12"
2828
julia = "1"
2929

0 commit comments

Comments
 (0)