-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LightGraphs -> Graphs and associated other compats
Signed-off-by: Rachel Kurchin <[email protected]>
- Loading branch information
Showing
5 changed files
with
28 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "Nodariety" | ||
uuid = "ffab58b1-199d-4bd9-83d9-8aaad2b4ff2e" | ||
authors = ["Rachel Kurchin <[email protected]>"] | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
|
||
[deps] | ||
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" | ||
|
@@ -13,7 +13,7 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | |
Fontconfig = "186bb1d3-e1f7-5a2c-a377-96d770f13627" | ||
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a" | ||
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2" | ||
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d" | ||
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" | ||
LongestPaths = "3a25c17e-307c-411a-a047-890a9a5fbb4d" | ||
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5" | ||
NetworkLayout = "46757867-2c16-5918-afeb-47bfcb05e46a" | ||
|
@@ -30,9 +30,8 @@ DataFrames = "1" | |
Fontconfig = "0.4" | ||
GLMakie = "0.4" | ||
GraphMakie = "0.2" | ||
LightGraphs = "1.3" | ||
LongestPaths = "0.1" | ||
MetaGraphs = "0.6" | ||
NetworkLayout = "0.4" | ||
LongestPaths = "0.2.4" | ||
MetaGraphs = "0.7" | ||
NetworkLayout = "0.4.6" | ||
StatsBase = "0.33" | ||
julia = "1.6" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
using Colors | ||
using LightGraphs | ||
using Graphs | ||
using DataFrames | ||
using Serialization | ||
using GLMakie | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters