-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
48 lines (44 loc) · 1.55 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 = "ElasticSurfaceEmbedding"
uuid = "bcf6de08-7633-46ab-86e2-ee57f9a67390"
authors = ["hyrodium <[email protected]>"]
version = "0.1.0"
[deps]
BasicBSpline = "4c5d9882-2acf-4ea4-9e48-968fd4518195"
BasicBSplineExporter = "769ccd65-a659-4118-b5e3-8f57c631b3e0"
BasicBSplineFitting = "0b67037f-a240-4a3f-af2e-8325c7d59380"
ColorBlendModes = "60508b50-96e1-4007-9d6c-f475c410f16b"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
ImageShow = "4e3cecfd-b093-5904-9786-8bbb286a6a31"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Luxor = "ae8d54c2-7ccd-5906-9d76-62fc9837b5bc"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
Aqua = "0.6"
BasicBSpline = "0.11"
BasicBSplineExporter = "0.1"
BasicBSplineFitting = "0.1"
ColorBlendModes = "0.2"
Colors = "0.12"
FastGaussQuadrature = "0.4, 0.5, 1.0"
FileIO = "1.11"
ForwardDiff = "0.10"
ImageShow = "0.3"
IntervalSets = "0.7"
Luxor = "2.17, 3.0, 4.0"
OffsetArrays = "1.10"
StaticArrays = "1.2"
julia = "^1.6"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Images", "Aqua"]