-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
43 lines (39 loc) · 1.49 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
name = "GeometricProblems"
uuid = "18cb22b4-ad41-5c80-9c5f-710df63fbdc9"
authors = ["Michael Kraus <[email protected]>"]
version = "0.6.7"
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
EulerLagrange = "e4b6a126-98cc-486b-a68d-c3e5d57f8cc9"
GeometricBase = "9a0b12b7-583b-4f04-aa1f-d8551b6addc9"
GeometricEquations = "c85262ba-a08a-430a-b926-d29770767bf2"
GeometricSolutions = "7843afe4-64f4-4df4-9231-049495c56661"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
[compat]
Documenter = "0.25, 0.26, 0.27, 1"
EulerLagrange = "0.4"
GeometricBase = "0.7, 0.8, 0.9, 0.10"
GeometricEquations = "0.18"
GeometricSolutions = "0.4"
LaTeXStrings = "1"
Measures = "0.3"
Parameters = "0.12"
RecipesBase = "1"
Reexport = "1"
Requires = "1"
julia = "1.10"
[extras]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GeometricIntegrators = "dcce2d33-59f6-5b8d-9047-0defad88ae06"
GeometricSolutions = "7843afe4-64f4-4df4-9231-049495c56661"
PoincareInvariants = "26663084-47d3-540f-bd97-40ca743aafa4"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["GeometricIntegrators", "GeometricSolutions", "SafeTestsets", "Test", "ForwardDiff"]