-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathProject.toml
More file actions
52 lines (46 loc) · 1.64 KB
/
Project.toml
File metadata and controls
52 lines (46 loc) · 1.64 KB
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
name = "GMT"
uuid = "5752ebe1-31b9-557e-87aa-f909b540aa54"
authors = ["Joaquim Luis <jluis@ualg.pt>"]
version = "1.39.0"
[deps]
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
GMT_jll = "b68b8c3f-ed99-5bef-9675-4739d9426b26"
GDAL_jll = "a7073274-a066-55f0-b90d-d619367d196c"
PROJ_jll = "58948b4f-47e0-5654-a9ad-f609743f8632"
Ghostscript_jll = "61579ee1-b43e-5ca0-a5da-69d92c66a64b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
LASzip_jll = "8372b9c3-1e34-5cc3-bfab-1a98e101de11"
Leptonica_jll = "6a1430e4-294a-53a5-a485-ec66ef6b843c"
[weakdeps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
XLSX = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0"
[extensions]
GMTDataFramesExt = "DataFrames"
#GMTKovesiExt = "FFTW"
GMTParkerFFTExt = "FFTW"
GMTExcelExt = "XLSX"
[compat]
Tables = "1"
PrecompileTools = "1.0"
GDAL_jll = "302.1000,303.1100"
DataFrames = "1.6.0"
Leptonica_jll = "1.85"
FFTW = "1"
XLSX = "0.10.4"
julia = "1.7"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
XLSX = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
[targets]
test = ["Test", "FFTW", "DataFrames", "XLSX", "InteractiveUtils"]