Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing spurious dependency on GraphViz.jl #131

Merged
merged 1 commit into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ authors = ["Xiaoyan Li <[email protected]>"]
version = "0.2.2"

[deps]
ACSets = "227ef7b5-1206-438b-ac65-934d6da304b8"
AlgebraicRewriting = "725a01d3-f174-5bbd-84e1-b9417bad95d9"
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
CompTime = "0fb5dd42-039a-4ca4-a1d7-89a96eae6d39"
GraphViz = "f526b714-d49f-11e8-06ff-31ed36ee7ee0"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Graphviz_jll = "3c863552-8265-54e4-a6dc-903eb78fde85"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LabelledArrays = "2ee39098-c373-598a-b85f-a56591580800"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -29,7 +28,6 @@ AlgebraicRewriting = "0.2.1 - 0.3.2, 0.4"
Catlab = "0.15.5 - 0.16.8, 0.16"
Combinatorics = "1.0.2"
CompTime = "0.1"
GraphViz = "0.2"
Graphs = "1.9.0"
JSON = "0.21.0"
LabelledArrays = "^1"
Expand Down
1 change: 0 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
AlgebraicRewriting = "725a01d3-f174-5bbd-84e1-b9417bad95d9"
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
GraphViz = "f526b714-d49f-11e8-06ff-31ed36ee7ee0"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
LabelledArrays = "2ee39098-c373-598a-b85f-a56591580800"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# # Convert from SEIR Stock Flow Diagram

using GraphViz

using StockFlow
using StockFlow.Syntax

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# # COVID Full Model

using GraphViz

using StockFlow
using StockFlow.Syntax

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# # SEIR Full Model Measles Chickenpox

using GraphViz

using StockFlow
using StockFlow.Syntax

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# # Composed Open Population SIRV Model

using GraphViz

using StockFlow
using StockFlow.Syntax

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# # Curable Sexually-Transmitted Diseases Model

using GraphViz

using StockFlow
using StockFlow.Syntax

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# # Diabetes Model

using GraphViz

using StockFlow
using StockFlow.Syntax

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# # Diabetes Diagnose

using GraphViz

using StockFlow
using StockFlow.Syntax

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# # SIR Linear Stratification

using GraphViz

using StockFlow
using StockFlow.Syntax

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using GraphViz

using StockFlow
using StockFlow.Syntax

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# # SIR Standard Stratification

using GraphViz

using StockFlow
using StockFlow.Syntax

Expand Down

Large diffs are not rendered by default.

Loading
Loading