Skip to content

Commit

Permalink
Merge pull request #251 from ReactiveBayes/graphviz_issue_233
Browse files Browse the repository at this point in the history
Graphviz issue 233
  • Loading branch information
bvdmitri authored Dec 11, 2024
2 parents 03fb54b + e35e5d4 commit c2af121
Show file tree
Hide file tree
Showing 7 changed files with 593 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ statprof
profile.pb.gz
.swp
*.info
test/ext/graphviz_test_imgs
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ Unrolled = "9602ed7d-8fef-5bc8-8597-8f21381861e8"
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
GraphViz = "f526b714-d49f-11e8-06ff-31ed36ee7ee0"

[extensions]
GraphPPLDistributionsExt = "Distributions"
GraphPPLGraphVizExt = "GraphViz"
GraphPPLPlottingExt = ["Cairo", "GraphPlot"]

[compat]
Expand All @@ -32,6 +34,7 @@ Dictionaries = "0.4"
Distributions = "0.25"
Documenter = "1.0"
GraphPlot = "0.5, 0.6"
GraphViz = "0.2"
MacroTools = "0.5"
MetaGraphsNext = "0.6, 0.7"
NamedTupleTools = "0.14"
Expand Down
Loading

0 comments on commit c2af121

Please sign in to comment.