generated from AlgebraicJulia/AlgebraicTemplate.jl
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
40 lines (36 loc) · 1.15 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name = "AlgebraicABMs"
uuid = "5a5e3447-9604-46e6-8d91-cb86f5f51721"
license = "MIT"
authors = ["Kris Brown <[email protected]>"]
version = "0.0.1"
[deps]
AlgebraicRewriting = "725a01d3-f174-5bbd-84e1-b9417bad95d9"
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe"
CompetingClocks = "5bb9b785-358c-4fee-af0f-b94a146244a8"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StructEquality = "6ec83bb0-ed9f-11e9-3b4c-2b04cb4e219c"
[weakdeps]
AlgebraicPetri = "4f99eebe-17bf-4e98-b6a1-2c4f205a959b"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[extensions]
MakieExt = "Makie"
PetriInterface = "AlgebraicPetri"
[compat]
AlgebraicPetri = "0.9"
AlgebraicRewriting = "^0.4.0"
Catlab = "^0.16.16"
CompetingClocks = "0.1"
DataStructures = "0.18"
DifferentialEquations = "7"
Distributions = "0.25"
Makie = "0.21"
Random = "1.9"
Reexport = "1"
SpecialFunctions = "2"
StructEquality = "2"
julia = "1.6"