-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
36 lines (33 loc) · 1.12 KB
/
Project.toml
File metadata and controls
36 lines (33 loc) · 1.12 KB
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
name = "GraphDynamicalSystems"
uuid = "13529e2e-ed53-56b1-bd6f-420b01fca819"
version = "0.0.8"
authors = ["Reuben Gardos Reid <5456207+ReubenJ@users.noreply.github.com>"]
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
DynamicalSystemsBase = "6e36e845-645a-534a-86f2-f5d4aa5a06b4"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
MetaGraphsNext = "fa8bd995-216d-47f1-8a91-f3b68fbeb377"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
TermInterface = "8ea1fca8-c5ef-4a55-8b96-4e9afe9c9a3c"
[workspace]
projects = ["test"]
[compat]
AbstractTrees = "0.4.5"
Compat = "4.18.1"
DocStringExtensions = "0.9.3"
DynamicalSystemsBase = "3.10"
Graphs = "1.12"
MLStyle = "0.4.17"
MacroTools = "0.5.16"
MetaGraphsNext = "0.7, 0.8"
Random = "1.10"
SciMLBase = "2.74.1"
StaticArrays = "1.9.12"
TermInterface = "2.0.0"
julia = "1.10"