forked from j-fu/MultECatJulia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
51 lines (49 loc) · 1.71 KB
/
Copy pathProject.toml
File metadata and controls
51 lines (49 loc) · 1.71 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
51
name = "MultECatJulia"
uuid = "7ede9ad4-89ff-4c23-b9b5-19ff4f98b402"
authors = ["Juergen Fuhrmann <juergen.fuhrmann@wias-berlin.de>"]
version = "0.1.0"
[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DrWatson = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
ExtendableGrids = "cfc395e8-590f-11e8-1f13-43a2532b2fa8"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GridVisualize = "5eed8a63-0fb0-45eb-886d-8d5a387d12b8"
HypertextLiteral = "ac1192a8-f4b3-4bfe-ba22-af5b92cd3ab2"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
PhysicalConstants = "5ad8b20f-a522-5ce9-bfc9-ddf1d5bda6ab"
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
PlutoVista = "646e1f28-b900-46d7-9d87-d554eb38a413"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
SimplexGridFactory = "57bfcd06-606e-45d6-baf4-4ba06da0efd5"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Triangulate = "f7e6ffb2-c36d-4f8f-a77e-16e897189344"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
VoronoiFVM = "82b139dc-5afc-11e9-35da-9b9bdfd336f3"
[compat]
CairoMakie = "0.15.6"
Colors = "0.12, 0.13"
DrWatson = "2"
ExtendableGrids = "1"
GLMakie = "0.13"
GridVisualize = "1"
HypertextLiteral = "0.9"
LaTeXStrings = "1.4.0"
NLsolve = "4"
Parameters = "0.12"
PhysicalConstants = "0.2"
Pluto = "0.20"
PlutoUI = "0.7"
PlutoVista = "1"
Revise = "3.11"
SimplexGridFactory = "2"
Triangulate = "3"
Unitful = "1"
VoronoiFVM = "2"
julia = "1.11"