-
Notifications
You must be signed in to change notification settings - Fork 11
/
Project.toml
66 lines (60 loc) · 2.07 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
name = "GeoParams"
uuid = "e018b62d-d9de-4a26-8697-af89c310ae38"
authors = ["Boris Kaus <kaus@uni-mainz.de>, Albert De Montserrat <albertdemontserratnavarro@erdw.ethz.ch>"]
version = "0.6.5"
[deps]
BibTeX = "7b0aa2c9-049f-5cec-894a-2b6b781bb25e"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
InternedStrings = "7d512f48-7fb1-5a58-b986-67e6dc259f01"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
KernelDensitySJ = "49dc5b4e-6806-4504-b2cc-a81764e7a38b"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Loess = "4345ca2d-374a-55d4-8d30-97f9976e7612"
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
Unidecode = "967fb449-e509-55aa-8007-234b4096b967"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[weakdeps]
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
[extensions]
GeoParamsGLMakieExt = "GLMakie"
[compat]
BibTeX = "0.1"
DelimitedFiles = "1.0"
ForwardDiff = "0.10.36"
GLMakie = "0.8, 0.9, 0.10"
InternedStrings = "0.7"
Interpolations = "0.13, 0.14, 0.15"
KernelDensitySJ = "0.2"
LaTeXStrings = "1.2"
LinearAlgebra = "1.0"
Loess = "0.5,0.6"
MuladdMacro = "0.2.4"
Parameters = "0.12"
Roots = "1.0, 2.0"
Setfield = "0.5.1, 0.6, 0.7, 0.8, 1.0"
SpecialFunctions = "2.0"
Static = "0.7,0.8"
StaticArrays = "1.9.1"
Statistics = "1"
StatsBase = "0.1 - 0.34"
UnPack = "1.0"
Unidecode = "1.0"
Unitful = "1.0"
julia = "1.7"
[extras]
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Statistics"]