-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
69 lines (63 loc) · 2.33 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
60
61
62
63
64
65
66
67
68
69
name = "SpeciesDistributionModels"
uuid = "3ef73bbf-0321-4d3b-9a2e-5fbebc8e35da"
authors = ["Tiem van der Deure <[email protected]>", "Rafael Schouten <[email protected]>"]
version = "1.0.0-DEV"
[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
ComputationalResources = "ed09eef8-17a6-5b46-8889-db040fac31e3"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Loess = "4345ca2d-374a-55d4-8d30-97f9976e7612"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Rasters = "a3a2b9e3-a471-40c9-b274-f788e487c689"
ScientificTypesBase = "30f210dd-8aff-4c5f-94ba-8e64358c1161"
Shapley = "855ca7ad-a6ef-4de2-9ca8-726fe2a39065"
StatisticalMeasures = "a19d573c-0a75-4610-95b3-7071388c7541"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[extensions]
SpeciesDistributionModelsMakieExt = "Makie"
[compat]
CategoricalArrays = "0.10"
ComputationalResources = "0.3"
Distances = "0.10"
Distributions = "0.25"
GLM = "1.9.0"
GeoInterface = "1"
Loess = "0.6"
MLJBase = "1.7.0"
Makie = "0.20, 0.21"
PrettyTables = "2"
Rasters = "0.13"
ScientificTypesBase = "3"
Shapley = "0.1"
StatisticalMeasures = "0.1.5"
Statistics = "1"
StatsAPI = "1.7.0"
StatsBase = "0.34"
StatsModels = "0.7.3"
Tables = "1"
Test = "1"
ThreadsX = "0.1.12"
julia = "1.10"
[extras]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
EvoTrees = "f6006082-12f8-11e9-0c9c-0d5d367ab1e5"
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
MLJGLMInterface = "caf8df21-4939-456d-ac9c-5fefbfb04c0c"
MLJModels = "d491faf4-2d78-11e9-2867-c94bc002c0b7"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Distributions", "EvoTrees", "Makie", "MLJDecisionTreeInterface", "MLJGLMInterface", "MLJModels", "StableRNGs", "Test"]