mirror of https://github.com/mehalter/Petri.jl.git
A Petri net modeling framework for the Julia programming language
https://mehalter.github.io/Petri.jl/stable/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.0 KiB
32 lines
1.0 KiB
name = "Petri"
|
|
uuid = "4259d249-1051-49fa-8328-3f8ab9391c33"
|
|
authors = ["Micah Halter <micah.halter@gtri.gatech.edu>", "James Fairbanks <james.fairbanks@gtri.gatech.edu>"]
|
|
version = "1.2.5"
|
|
|
|
[deps]
|
|
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
|
|
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe"
|
|
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
|
|
DiffEqJump = "c894b116-72e5-5b58-be3c-e6d8d4ac2b12"
|
|
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
|
|
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
|
|
SteadyStateDiffEq = "9672c7b4-1e72-59bd-8a11-6ac3964bc41f"
|
|
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
|
|
|
|
[compat]
|
|
AutoHashEquals = "^0.2.0"
|
|
Catlab = "0.7.4,0.8,0.9,0.10,0.11"
|
|
DiffEqBase = "^6"
|
|
DiffEqJump = "^6"
|
|
OrdinaryDiffEq = "^5"
|
|
SteadyStateDiffEq = "^1"
|
|
StochasticDiffEq = "^6"
|
|
julia = "1.0"
|
|
|
|
[extras]
|
|
LabelledArrays = "2ee39098-c373-598a-b85f-a56591580800"
|
|
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
|
|
[targets]
|
|
test = ["LabelledArrays", "Random", "Test"]
|