-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
46 lines (42 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
name = "Vlasiator"
uuid = "7d2ba682-ad6e-4e20-80d9-3f2d4a610bb4"
authors = ["Hongyang Zhou <[email protected]>"]
version = "0.11.11"
[deps]
Bumper = "8ce10254-0962-460f-a3d8-1f77fea1446e"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LazilyInitializedFields = "0e77f7df-68c5-4e49-93ce-4cd80f5598bf"
LazyGrids = "7031d0ef-c40d-4431-b2f8-61a8d2f650db"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
Parsers = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
XML = "72c71f33-b9b6-44de-8c94-c961784809e2"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[extensions]
VlasiatorMakieExt = "Makie"
[compat]
Bumper = "0.6, 0.7"
LaTeXStrings = "1.2"
LazilyInitializedFields = "1.0"
LazyGrids = "0.4, 0.5, 1"
Makie = "0.20, 0.21"
Parsers = "2.4"
PrecompileTools = "1.0"
RecipesBase = "1.1"
Rotations = "1.7"
StaticArrays = "1.2"
Statistics = "1"
StatsBase = "0.33, 0.34"
WriteVTK = "1.9"
XML = "0.3"
julia = "1.7"