-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
76 lines (70 loc) · 2.31 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
name = "DeviceLayout"
uuid = "ebf59a4a-04ec-49d7-8cd4-c9382ceb8e85"
version = "1.0.0"
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
Clipper = "c8f6d549-b3ab-5508-a0d1-48fe138e8cc1"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Gmsh = "705231aa-382f-11e9-3f0c-b7cb4346fdeb"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
IntervalTrees = "524e6230-43b7-53ae-be76-1e9e4d08d11b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
LoggingExtras = "e6f89c97-d47a-5376-807f-9c37f3926c36"
Memoize = "c03570c3-d221-55d1-a50c-7939bbd78826"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpatialIndexing = "d4ead438-fe20-5cc5-a293-4fd39a41b74c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
gmsh_jll = "630162c2-fc9b-58b3-9910-8442a8a132e6"
[weakdeps]
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
[extensions]
SchematicGraphMakieExt = "GraphMakie"
[compat]
Accessors = "0.1"
Aqua = "0.8"
Cairo = "1.0"
Clipper = "0.6"
ColorSchemes = "3"
CoordinateTransformations = "0.6"
FileIO = "1.6"
ForwardDiff = "0.10"
Gmsh = "0.3.1"
GraphMakie = "0.5"
Graphs = "1"
Interpolations = "0.14, 0.15"
IntervalSets = "0.7"
IntervalTrees = "1"
LoggingExtras = "1"
Memoize = "0.4"
MetaGraphs = "0.7"
NamedTupleTools = "0.14"
Optim = "1"
PrecompileTools = "1"
Preferences = "1"
QuadGK = "2"
SpatialIndexing = "0.1"
StaticArrays = "1"
Unitful = "1.2"
gmsh_jll = "4.13"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Test"]