-
Notifications
You must be signed in to change notification settings - Fork 9
/
Project.toml
55 lines (51 loc) · 1.99 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
name = "GeometricIntegrators"
uuid = "dcce2d33-59f6-5b8d-9047-0defad88ae06"
authors = ["Michael Kraus <michael.kraus@ipp.mpg.de>"]
version = "0.14.1"
[deps]
CompactBasisFunctions = "a09551c4-f815-4143-809e-dd1986753ba7"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
GeometricBase = "9a0b12b7-583b-4f04-aa1f-d8551b6addc9"
GeometricEquations = "c85262ba-a08a-430a-b926-d29770767bf2"
GeometricSolutions = "7843afe4-64f4-4df4-9231-049495c56661"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
QuadratureRules = "a08977f5-a20d-4b99-b11f-f5ea535e0575"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
RungeKutta = "fb486d5c-30a0-4a8a-8415-a8b4ace5a6f7"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
SimpleSolvers = "36b790f5-6434-4fbe-b711-1f64a1e2f6a2"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
CompactBasisFunctions = "0.2"
Documenter = "0.25, 0.26, 0.27, 1"
ForwardDiff = "0.10"
GenericLinearAlgebra = "0.2, 0.3"
GeometricBase = "0.10.11"
GeometricEquations = "0.18"
GeometricSolutions = "0.3"
OffsetArrays = "1"
Parameters = "0.12"
PrettyTables = "2"
ProgressMeter = "1"
QuadratureRules = "0.1"
Reexport = "1.0"
RungeKutta = "0.5"
SimpleSolvers = "0.3"
StaticArrays = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
GeometricEquations = "c85262ba-a08a-430a-b926-d29770767bf2"
GeometricProblems = "18cb22b4-ad41-5c80-9c5f-710df63fbdc9"
RungeKutta = "fb486d5c-30a0-4a8a-8415-a8b4ace5a6f7"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "GeometricEquations", "GeometricProblems", "RungeKutta", "SafeTestsets", "Test"]