-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
executable file
·59 lines (57 loc) · 2 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
name = "Sentinel"
uuid = "b367cf14-19c4-4862-849d-7c6f64208072"
keywords = ["Sentinel"]
license = "MIT"
desc = "Library for working with ESA Sentinel 2 products"
authors = ["Michael Hudecheck"]
version = "0.6.0"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
GoogleCloud = "55e21f81-8b0a-565e-b5ad-6816892a5ee7"
Graphics = "a2bd30eb-e257-5431-a919-1863eab51364"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
LibGEOS = "a90b1aa1-3769-5649-ba7e-abc5a9d163eb"
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
Metadata = "4fb893c1-3164-4f58-823a-cb4c64eabb4f"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
NamedArrays = "86f7a689-2022-50b4-a561-43c23ac3c673"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TiledIteration = "06e1c1a7-607b-532d-9fad-de7d9aa2abac"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
[compat]
Adapt = ">=3.3.1"
ArchGDAL = ">=0.7.4"
CSV = ">=0.9.11"
CSVFiles = ">=1.0.1"
CUDA = ">=3.4.0"
DataFrames = ">=1.2.2"
Glob = ">=1.3.0"
GoogleCloud = ">=0.8.2"
Graphics = ">=1.1.1"
Images = ">=0.24.1"
JSON = ">=0.21.2"
KernelDensity = ">=0.6.3"
LibGEOS = ">=0.6.8"
LightXML = ">=0.9.0"
Metadata = ">=0.3.0"
NCDatasets = ">=0.11.1"
NamedArrays = ">=0.9.6"
Printf = ">=1.4.1"
TiledIteration = ">=0.2.0"
julia = ">=1.6.0"