-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
32 lines (28 loc) · 953 Bytes
/
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
name = "ReducedComplexityModeling"
uuid = "abb4722c-1d8e-48eb-a3bd-45b3116bfaba"
authors = ["Michael Kraus"]
version = "0.1.0"
[deps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GeometricEquations = "c85262ba-a08a-430a-b926-d29770767bf2"
GeometricSolutions = "7843afe4-64f4-4df4-9231-049495c56661"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
[compat]
ForwardDiff = "0.10"
GeometricEquations = "0.14"
GeometricSolutions = "0.3"
HDF5 = "0.16, 0.17"
LazyArrays = "1"
Optim = "1"
TypedTables = "1"
julia = "1.8"
[extras]
GeometricIntegrators = "dcce2d33-59f6-5b8d-9047-0defad88ae06"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["GeometricIntegrators", "Plots", "Test"]