forked from JuliaGeodynamics/GeoParams.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
51 lines (48 loc) · 1.71 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 = "GeoParams"
uuid = "e018b62d-d9de-4a26-8697-af89c310ae38"
authors = ["Boris Kaus <[email protected]>, Albert De Montserrat <[email protected]>"]
version = "0.4.4"
[deps]
BibTeX = "7b0aa2c9-049f-5cec-894a-2b6b781bb25e"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
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"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
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"
[compat]
BibTeX = "0.1"
DelimitedFiles = "1.0"
ForwardDiff = "0.10"
Interpolations = "0.13, 0.14"
KernelDensitySJ = "0.2"
LaTeXStrings = "1.2"
Loess = "0.5"
Parameters = "0.12"
Requires = "0.5.0, 0.6, 0.7, 0.8, 1.0 - 1.3"
Roots = "1.0, 2.0"
Setfield = "0.5.1, 0.6, 0.7, 0.8, 1.0"
SpecialFunctions = "2.0"
Static = "0.7"
StaticArrays = "1.5"
Statistics = "1.0"
StatsBase = "0.1 - 0.32, 0.33"
UnPack = "1.0"
Unidecode = "1.0"
Unitful = "1.0"
julia = "1.7"
[extras]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"