-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
68 lines (63 loc) · 2.13 KB
/
Copy pathProject.toml
File metadata and controls
68 lines (63 loc) · 2.13 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
name = "Batsrus"
uuid = "e74ebddf-6ac1-4047-a0e5-c32c99e57753"
version = "0.10.10"
authors = ["Hongyang Zhou <hyzhou@umich.edu>"]
[deps]
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
FHist = "68837c9b-b678-4cd5-9925-8a54edc8f695"
FastInterpolations = "9ea80cae-fc13-4c00-8066-6eaedb12f34b"
FortranFiles = "c58ffaec-ab22-586d-bfc5-781a99fd0b10"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NaturalNeighbours = "f16ad982-4edb-46b1-8125-78e5a8b5a9e6"
Parsers = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[weakdeps]
GaussianMixtures = "cc18c42c-b769-54ff-9e2a-b28141a64aae"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
UniformStreamlines = "d45a1faf-ed48-5bcd-af90-6f9b3352014e"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
[extensions]
BatsrusGaussianMixturesExt = "GaussianMixtures"
BatsrusHDF5Ext = "HDF5"
BatsrusMakieExt = "Makie"
BatsrusMakieUniformStreamlinesExt = ["Makie", "UniformStreamlines"]
BatsrusPyPlotExt = "PyPlot"
BatsrusWriteVTKExt = ["WriteVTK", "Glob", "LightXML"]
[compat]
DimensionalData = "0.29, 0.30"
FHist = "0.11.17"
FastInterpolations = "0.4.9"
FortranFiles = "0.6"
GaussianMixtures = "0.3.13"
Glob = "1.3"
HDF5 = "0.17"
LightXML = "0.9"
LinearAlgebra = "1.10"
Makie = "0.21, 0.22, 0.23, 0.24"
NaturalNeighbours = "1.3"
Parsers = "2.4"
PrecompileTools = "1"
Printf = "1.10"
ProgressMeter = "1.10"
PyPlot = "2.9"
RecipesBase = "1.1"
Reexport = "1.2"
StaticArrays = "1.2"
Suppressor = "0.2.8"
UniformStreamlines = "0.2"
Unitful = "1.7"
WriteVTK = "1.9"
julia = "1.10"
[workspace]
projects = ["test", "docs", "benchmark"]