-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
38 lines (34 loc) · 1.14 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
name = "MoM_AllinOne"
uuid = "ed5fc19a-51e0-403b-bf3b-cfeba61ff831"
authors = ["deltaeecs <[email protected]>"]
version = "0.1.0"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
MPIArray4MoMs = "b7f3fe35-ff1f-4dc5-b861-bd211d5a9a4b"
MoM_Basics = "84796d1e-6a74-43fe-971c-cdafebd16eaa"
MoM_Kernels = "831fc53b-0fa6-4fbb-adc4-fa1e0b19763e"
MoM_MPI = "307724fd-586d-46f6-8b3d-ea3ff22db83d"
MoM_Visualizing = "cbf82f24-4841-4ec9-b0f8-e22c06a1387c"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
CSV = "0.10 - 0.20"
CairoMakie = "0.10 - 0.30"
DataFrames = "1.5 - 1.20"
IterativeSolvers = "0.9 - 0.20"
LaTeXStrings = "1.3 - 1.20"
MPIArray4MoMs = "0.0.1 - 0.1"
MoM_Basics = "0.1.1 - 0.20"
MoM_Kernels = "0.1 - 0.20"
MoM_MPI = "0.0.1 - 0.20"
MoM_Visualizing = "0.0.3 - 0.20"
Reexport = "1.2 - 1.20"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]