-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
39 lines (34 loc) · 1.07 KB
/
Project.toml
File metadata and controls
39 lines (34 loc) · 1.07 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
37
38
39
name = "NeatEvolution"
uuid = "fcc92617-70eb-4c43-847c-323c44b5224c"
authors = ["CodeReclaimers <alan@codereclaimers.com>"]
version = "0.1.1"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
[weakdeps]
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[extensions]
NeatEvolutionGraphMakieExt = ["GLMakie", "GraphMakie", "Graphs"]
NeatEvolutionVisualizationExt = "Plots"
[compat]
FunctionWrappers = "1"
GLMakie = "0.10, 0.13"
GraphMakie = "0.5, 0.6"
Graphs = "1.9"
JSON = "0.21, 1.4"
Plots = "1.38"
Statistics = "1.11.1"
TOML = "1.0.3"
julia = "1.11"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]