-
-
Notifications
You must be signed in to change notification settings - Fork 63
/
Project.toml
59 lines (57 loc) · 2.02 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
55
56
57
58
59
name = "GeoStats"
uuid = "dcc97b0b-8ce5-5539-9008-bb190f959ef6"
author = "Júlio Hoffimann <[email protected]>"
version = "0.72.0"
[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc"
CoDa = "5900dafe-f573-5c72-b367-76665857777b"
CoordGridTransforms = "1cf1ec0c-22f7-4062-925b-8db09db48fc3"
CoordRefSystems = "b46f11dc-f210-4604-bfba-323c1ec968cb"
DataScienceTraits = "6cb2f572-2d2b-4ba6-bdb3-e710fa044d6c"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DensityRatioEstimation = "ab46fb84-d57c-11e9-2f65-6f72e4a7229f"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
GeoStatsBase = "323cb8eb-fbf6-51c0-afd0-f8fba70507b2"
GeoStatsFunctions = "6771c435-bc22-4842-b0c3-41852a255103"
GeoStatsModels = "ad987403-13c5-47b5-afee-0a48f6ac4f12"
GeoStatsProcesses = "aa102bde-5a27-4b0c-b2c1-e7a7dcc4c3e7"
GeoStatsTransforms = "725d9659-360f-4996-9c94-5f19c7e4a8a6"
GeoStatsValidation = "36f43c0d-3673-45fc-9557-6860e708e7aa"
GeoTables = "e502b557-6362-48c1-8219-d30d308dcdb0"
LossFunctions = "30fc2ffe-d236-52d8-8643-a9d8f7c094a7"
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsLearnModels = "c146b59d-1589-421c-8e09-a22e554fd05c"
TableTransforms = "0d432bfd-3ee1-4ac1-886a-39f05cc69a3e"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
CategoricalArrays = "0.10"
Chain = "0.6"
CoDa = "1.2"
CoordGridTransforms = "0.1"
CoordRefSystems = "0.16"
DataScienceTraits = "1.0"
Dates = "1.9"
DensityRatioEstimation = "1.2"
Distances = "0.10"
GeoStatsBase = "0.46"
GeoStatsFunctions = "0.6"
GeoStatsModels = "0.6"
GeoStatsProcesses = "0.8"
GeoStatsTransforms = "0.9"
GeoStatsValidation = "0.3"
GeoTables = "1.24"
LossFunctions = "1.0"
Meshes = "0.52"
Reexport = "1.0"
Rotations = "1.7"
Statistics = "1.9"
StatsLearnModels = "1.0"
TableTransforms = "1.31"
Tables = "1.10"
Unitful = "1.20"
julia = "1.9"