-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
60 lines (56 loc) · 2.12 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
49
50
51
52
53
54
55
56
57
58
59
60
name = "VlasovMethods"
uuid = "4a954452-39e6-424b-ae51-38fc4bbc42ef"
authors = ["Michael Kraus"]
version = "0.2.1"
[deps]
AdaptiveRejectionSampling = "c75e803d-635f-53bd-ab7d-544e482d8c75"
BSplineKit = "093aae92-e908-43d7-9660-e50ee39d5a0a"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
GeometricEquations = "c85262ba-a08a-430a-b926-d29770767bf2"
GeometricIntegrators = "dcce2d33-59f6-5b8d-9047-0defad88ae06"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
ParticleMethods = "b097825d-39ce-45b2-a4ab-941e2c2df7e8"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PoissonSolvers = "8f9e8900-be71-40de-a258-603fdc860a2d"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Sobol = "ed01d8cd-4d21-5b2a-85b4-cc3bdc58bad4"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
TerminalLoggers = "5d786b92-1e48-4d6f-9151-6b4477ca9bed"
[compat]
AdaptiveRejectionSampling = "0.1"
BSplineKit = "0.14, 0.15, 0.16, 0.17"
DifferentialEquations = "7"
GeometricEquations = "0.16"
GeometricIntegrators = "0.13"
HDF5 = "0.15, 0.16, 0.17"
LaTeXStrings = "1.2, 1.3"
OffsetArrays = "1"
Parameters = "0.12"
ParticleMethods = "0.1"
Plots = "1"
PoissonSolvers = "0.3.5"
ProgressMeter = "1"
Sobol = "1.5"
SpecialFunctions = "2"
StaticArrays = "1"
StatsBase = "0.33, 0.34"
StatsPlots = "0.14, 0.15"
TerminalLoggers = "0.1"
julia = "1.8"
[extras]
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
PoissonSolvers = "8f9e8900-be71-40de-a258-603fdc860a2d"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["OffsetArrays", "PoissonSolvers", "SafeTestsets", "StaticArrays", "Test"]