-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
50 lines (45 loc) · 1.54 KB
/
Project.toml
File metadata and controls
50 lines (45 loc) · 1.54 KB
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
name = "InteractiveGeodynamics"
uuid = "3ccad509-8039-4f04-ad0e-35c379e37327"
authors = ["Boris Kaus <kaus@uni-mainz.de>"]
version = "0.2.5"
[deps]
Dash = "1b08a953-4be3-4667-9a23-3db579824955"
DashBootstrapComponents = "1b08a953-4be3-4667-9a23-fa6d05876a1e"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GeoParams = "e018b62d-d9de-4a26-8697-af89c310ae38"
GeophysicalModelGenerator = "3700c31b-fa53-48a6-808a-ef22d5a84742"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LaMEM = "2e889f3d-35ce-4a77-8ea2-858aecb630f7"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[weakdeps]
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
[extensions]
InteractiveGeodynamicsGLMakieExt = "GLMakie"
[compat]
Dash = "1.3,1.4,1.5"
DashBootstrapComponents = "1.4.1"
DelimitedFiles = "1.9"
ForwardDiff = "0,1"
GeoParams = "0"
GeophysicalModelGenerator = "0.7"
GLMakie = "0.8, 0.9, 0.10, 0.11"
HTTP = "1"
Interpolations = "0"
LaMEM = "0.3, 0.4"
PlotlyJS = "0.18"
Revise = "3.5"
SparseArrays = "1"
SparseDiffTools = "2"
Statistics = "1.9.0"
julia = "1.9"
[extras]
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"