-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
39 lines (35 loc) · 1.19 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
name = "MoM_Visualizing"
uuid = "cbf82f24-4841-4ec9-b0f8-e22c06a1387c"
authors = ["deltaeecs <[email protected]> and contributors"]
version = "0.0.3"
[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
CircularArrays = "7a955b69-7140-5f4e-a0ed-f168c5e2e749"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
MoM_Basics = "84796d1e-6a74-43fe-971c-cdafebd16eaa"
MoM_Kernels = "831fc53b-0fa6-4fbb-adc4-fa1e0b19763e"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
[compat]
CairoMakie = "0.0 - 0.40"
CircularArrays = "1.3 - 1.4"
ColorSchemes = "3.20 - 3.30"
Colors = "0.12 - 0.14"
GLMakie = "0.9"
IterativeSolvers = "0.9"
LaTeXStrings = "1.3 - 1.4"
Makie = "0.19 - 0.22"
Meshes = "0.28 - 0.60"
MoM_Basics = "0.1 - 0.9"
MoM_Kernels = "0.1 - 0.9"
julia = "1.8 - 1.20"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]