-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
51 lines (49 loc) · 1.74 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
name = "GeoStatsTransforms"
uuid = "725d9659-360f-4996-9c94-5f19c7e4a8a6"
authors = ["Júlio Hoffimann <[email protected]> and contributors"]
version = "0.11.1"
[deps]
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
ColumnSelectors = "9cc86067-7e36-4c61-b350-1ac9833d277f"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataScienceTraits = "6cb2f572-2d2b-4ba6-bdb3-e710fa044d6c"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
GeoStatsModels = "ad987403-13c5-47b5-afee-0a48f6ac4f12"
GeoTables = "e502b557-6362-48c1-8219-d30d308dcdb0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
OhMyThreads = "67456a42-1dca-4109-a031-0a68de7e3ad5"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TableDistances = "e5d66e97-8c70-46bb-8b66-04a2d73ad782"
TableTransforms = "0d432bfd-3ee1-4ac1-886a-39f05cc69a3e"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
TiledIteration = "06e1c1a7-607b-532d-9fad-de7d9aa2abac"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
ArnoldiMethod = "0.2 - 0.4"
CategoricalArrays = "0.10"
Clustering = "0.15"
ColumnSelectors = "1.0"
Combinatorics = "1.0"
DataScienceTraits = "1.0"
Distances = "0.10"
GeoStatsModels = "0.9"
GeoTables = "1.21"
LinearAlgebra = "1.9"
Meshes = "0.52.2"
OhMyThreads = "0.5 - 0.7"
PrecompileTools = "1.2"
Random = "1.9"
SparseArrays = "1.9"
Statistics = "1.9"
TableDistances = "1.0"
TableTransforms = "1.25"
Tables = "1.10"
TiledIteration = "0.5"
Unitful = "1.17"
julia = "1.9"