-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
54 lines (50 loc) · 1.67 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 = "GeoStatsFunctions"
uuid = "6771c435-bc22-4842-b0c3-41852a255103"
authors = ["Júlio Hoffimann <[email protected]> and contributors"]
version = "0.9.0"
[deps]
Bessels = "0e736298-9ec6-45e8-9647-e4fc86a2fe38"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
DataScienceTraits = "6cb2f572-2d2b-4ba6-bdb3-e710fa044d6c"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
GeoTables = "e502b557-6362-48c1-8219-d30d308dcdb0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
OhMyThreads = "67456a42-1dca-4109-a031-0a68de7e3ad5"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TableTransforms = "0d432bfd-3ee1-4ac1-886a-39f05cc69a3e"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[extensions]
GeoStatsFunctionsMakieExt = "Makie"
[compat]
Bessels = "0.2"
CategoricalArrays = "0.10"
DataScienceTraits = "1.0"
Distances = "0.10"
GeoTables = "1.21"
LinearAlgebra = "1.9"
Makie = "0.21, 0.22"
Meshes = "0.51 - 0.52"
NearestNeighbors = "0.4"
OhMyThreads = "0.5, 0.6, 0.7"
Optim = "1.7"
PrecompileTools = "1.2"
Printf = "1.9"
Random = "1.9"
Setfield = "1.0"
StaticArrays = "1.9"
Statistics = "1.9"
TableTransforms = "1.33"
Tables = "1.6"
Unitful = "1.11"
julia = "1.9"