-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
42 lines (38 loc) · 1.22 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
name = "RemoteSensingToolbox"
uuid = "c88070b3-ddf6-46c7-b699-196056389566"
authors = ["Joshua Billson"]
version = "0.3.0"
[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
Bijections = "e2ed5e7c-b2de-5872-ae92-c73ca462fb04"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Match = "7eb4fadd-790c-5f42-8a69-bfa0b872bfbf"
Pipe = "b98c9c47-44ae-5843-9183-064241ee97a0"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Rasters = "a3a2b9e3-a471-40c9-b274-f788e487c689"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SatelliteDataSources = "104c01f3-edb2-4478-93b7-cdaa98dd5680"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[weakdeps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
[extensions]
RemoteSensingToolboxMakieExt = "CairoMakie"
[compat]
ArchGDAL = "0.10"
Bijections = "0.1"
CairoMakie = "0.10"
DataFrames = "1"
DocStringExtensions = "0.9"
ImageCore = "0.8, 0.9, 0.10"
Match = "2"
Pipe = "1"
Rasters = "0.10"
Reexport = "1"
SatelliteDataSources = "0.1"
Statistics = "1"
Tables = "1"
julia = "1.9"