-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
48 lines (44 loc) · 1.61 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
41
42
43
44
45
46
47
48
name = "SynapticBlox"
uuid = "ede63845-7bad-426c-8c3f-3550706e68a5"
authors = ["Mason Protter <[email protected]>"]
version = "0.1.0"
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
GraphDynamics = "bcd5d0fe-e6b7-4ef1-9848-780c183c7f4c"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
[compat]
Accessors = "0.1.41"
CSV = "0.10.15"
DiffEqCallbacks = "4.3.0"
Distributions = "0.25.118"
GraphDynamics = "0.2.14"
Graphs = "1.12.0"
LogExpFunctions = "0.3.29"
MacroTools = "0.5.15"
MetaGraphs = "0.7.2"
OrderedCollections = "1.8.0"
Random = "1.11.0"
SciMLBase = "2.80.1"
SparseArrays = "1.11.0"
StatsBase = "0.34.4"
SymbolicIndexingInterface = "0.3.38"
SymbolicUtils = "3.11.0"
[extras]
OhMyThreads = "67456a42-1dca-4109-a031-0a68de7e3ad5"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "OrdinaryDiffEq", "SymbolicIndexingInterface", "OhMyThreads"]