-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
62 lines (60 loc) · 2.13 KB
/
Copy pathProject.toml
File metadata and controls
62 lines (60 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
name = "DuctAPE"
uuid = "ad8e49fd-fab7-444e-af4a-0daba3b8bf11"
version = "0.8.3"
authors = ["Judd Mehr"]
[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
FLOWMath = "6cb5d3fb-0fe8-4cc2-bd89-9fe0b19a99d3"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
FixedPoint = "3325f569-5a18-4e7d-8356-246b69339eea"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
ImplicitAD = "e7cbb90b-9b31-4eb2-a8c8-45099c074ee1"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MINPACK = "4854310b-de5a-5eb6-a2a5-c1dee2bd17f9"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SIAMFANLEquations = "084e46ad-d928-497d-ad5e-07fa361a48c4"
SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
SpeedMapping = "f1835b91-879b-4a3f-a438-e4baacf14412"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Colors = "0.12 - 0.14"
FLOWMath = "0.4, 1"
FastGaussQuadrature = "1"
FiniteDiff = "2"
FixedPoint = "1"
ForwardDiff = "0.10, 1"
ImplicitAD = "0.3, 1"
LaTeXStrings = "1"
LineSearches = "7"
MINPACK = "1"
NLsolve = "4"
NamedTupleTools = "0.14"
OrdinaryDiffEq = "6"
PreallocationTools = "0.4, 1"
ProgressMeter = "1"
QuadGK = "2"
RecipesBase = "1"
Roots = "2"
SIAMFANLEquations = "1"
SimpleNonlinearSolve = "1 - 3"
SpecialFunctions = "2"
SpeedMapping = "0.3, 0.4"
StaticArrays = "0.8 - 0.12, 1 - 2"
Statistics = "1"
StructArrays = "0.6.12, 0.7.1, 0.7.2"
julia = "1.10 - 1.12"