Skip to content

Commit

Permalink
Merge pull request #46 from simsurace/graphs.jl
Browse files Browse the repository at this point in the history
Switch to Graphs.jl instead of LightGraphs.jl
  • Loading branch information
tawheeler authored Nov 16, 2021
2 parents eaa18cc + 8fc4057 commit 251f8ad
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 992 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ uuid = "b4f28e30-c73f-5eaf-a395-8a9db949a742"
version = "1.2.0"

[deps]
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
TikzPictures = "37f6aa50-8035-52d0-81c2-5a1d08754b2d"

[compat]
Graphs = "1.4"
LaTeXStrings = "1.0, 1.1, 1.2"
LightGraphs = "1.3"
TikzPictures = "3.3, 3.4"
julia = "1"

Expand Down
Loading

0 comments on commit 251f8ad

Please sign in to comment.