-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathProject.toml
More file actions
31 lines (27 loc) · 857 Bytes
/
Copy pathProject.toml
File metadata and controls
31 lines (27 loc) · 857 Bytes
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
name = "SARProcessing"
uuid = "f3128dc3-44ca-4ad6-8356-fc70777d194e"
authors = ["lupemba "]
version = "0.1.0"
[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TimesDates = "bdfc003b-8df8-5c39-adcd-3a9087f5df4a"
XMLDict = "228000da-037f-5747-90a9-8195ccbf91a5"
[compat]
ArchGDAL = "0.9,0.10"
Images = "0.25"
Polynomials = "3"
SpecialFunctions = "2"
TimesDates = "0.3"
XMLDict = "0.4"
julia = "1.6"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Test"]