-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
43 lines (39 loc) · 1.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
name = "AvailablePotentialEnergyFramework"
uuid = "ce1b76f3-601c-5192-adf8-a07e935792b9"
authors = ["Argel Ramírez Reyes <[email protected]>"]
version = "0.1.0"
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
ImageSegmentation = "80713f31-8817-5129-9cf8-209ff8fb23e1"
ImageView = "86fae568-95e7-573e-a6b2-d8a6b900c9ef"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
Aqua = "^0.5"
DataStructures = "^0.18"
ImageFiltering = "^0.7"
ImageSegmentation = "^1.7"
ImageView = "^0.10"
Images = "^0.25"
Interpolations = "^0.13"
JLD = "^0.12"
LoopVectorization = "^0.12"
NCDatasets = "^0.11"
OffsetArrays = "^1.10"
Tullio = "^0.3"
Unitful = "^1.10"
julia = "^1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]