-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
48 lines (44 loc) · 1.4 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
40
41
42
43
44
45
46
47
48
name = "Batsrus"
uuid = "e74ebddf-6ac1-4047-a0e5-c32c99e57753"
authors = ["Hongyang Zhou <[email protected]>"]
version = "0.8.0"
[deps]
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
FortranFiles = "c58ffaec-ab22-586d-bfc5-781a99fd0b10"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NaturalNeighbours = "f16ad982-4edb-46b1-8125-78e5a8b5a9e6"
Parsers = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[extensions]
BatsrusMakieExt = "Makie"
[compat]
DimensionalData = "0.29"
FortranFiles = "0.6"
Glob = "1.3"
HDF5 = "0.17"
Interpolations = "0.14, 0.15"
LightXML = "0.9"
Makie = "0.21"
NaturalNeighbours = "1.3"
Parsers = "2.4"
PyPlot = "2.9"
RecipesBase = "1.1"
Reexport = "1.2"
Requires = "1.1"
StaticArrays = "1.2"
Unitful = "1.7"
WriteVTK = "1.9"
julia = "1.6"