-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
37 lines (35 loc) · 1.19 KB
/
Project.toml
File metadata and controls
37 lines (35 loc) · 1.19 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
name = "ReproduceEntropyStableDSEM"
uuid = "827a8b5e-7ef9-4adf-9a1c-17db6347c3b3"
authors = ["Tristan Montoya <montoya.tristan@gmail.com>"]
version = "0.3.0"
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
CountFlops = "1db9610d-79e1-487a-8d40-77f3295c7593"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
MathTeXEngine = "0a4f8689-d25c-4efe-a92b-7142dfc1aa53"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
StableSpectralElements = "fb992021-99c7-4c2d-a14b-5e48ac4045b2"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[compat]
ArgParse = "1"
CairoMakie = "0.11"
CountFlops = "0.1"
IJulia = "1"
JLD2 = "0.4"
LaTeXStrings = "1"
LinearMaps = "3"
MathTeXEngine = "0.5"
OrdinaryDiffEq = "6"
Plots = "1"
StableSpectralElements = "0.2.11"
Suppressor = "0.2"
TimerOutputs = "0.5"
julia = "1.10"