-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
54 lines (50 loc) · 1.71 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
name = "GeoStatsProcesses"
uuid = "aa102bde-5a27-4b0c-b2c1-e7a7dcc4c3e7"
authors = ["Júlio Hoffimann <[email protected]> and contributors"]
version = "0.8.3"
[deps]
Bessels = "0e736298-9ec6-45e8-9647-e4fc86a2fe38"
CpuId = "adafc99b-e345-5852-983c-f28acb93d879"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
GeoStatsFunctions = "6771c435-bc22-4842-b0c3-41852a255103"
GeoStatsModels = "ad987403-13c5-47b5-afee-0a48f6ac4f12"
GeoTables = "e502b557-6362-48c1-8219-d30d308dcdb0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[weakdeps]
ImageQuilting = "e8712464-036d-575c-85ac-952ae31322ab"
StratiGraphics = "135379e1-83be-5ae7-9e8e-29dade3dc6c7"
TuringPatterns = "fde5428d-3bf0-5ade-b94a-d334303c4d77"
[extensions]
GeoStatsProcessesImageQuiltingExt = "ImageQuilting"
GeoStatsProcessesStratiGraphicsExt = "StratiGraphics"
GeoStatsProcessesTuringPatternsExt = "TuringPatterns"
[compat]
Bessels = "0.2"
CpuId = "0.3"
Distances = "0.10"
Distributed = "1.9"
Distributions = "0.25"
FFTW = "1.7"
GeoStatsFunctions = "0.6"
GeoStatsModels = "0.6"
GeoTables = "1.21"
ImageQuilting = "1.0"
LinearAlgebra = "1.9"
Meshes = "0.47 - 0.52"
ProgressMeter = "1.9"
Random = "1.9"
Statistics = "1.9"
StratiGraphics = "1.0"
Tables = "1.11"
TuringPatterns = "1.0"
Unitful = "1.20"
julia = "1.9"