-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
80 lines (74 loc) · 3.01 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
name = "Hyperelastics"
uuid = "c20c605d-adbe-46e4-9db6-e2b04c3ba023"
authors = ["Carson Farmer"]
version = "0.1.6"
[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
ContinuumMechanicsBase = "3a778109-d974-46c8-ac54-09f30d605bdf"
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Integrals = "de52edbc-65ea-441a-8357-d3a637375a31"
InverseLangevinApproximations = "b82787f2-62be-403e-9078-6d9feafd7ee3"
LabelledArrays = "2ee39098-c373-598a-b85f-a56591580800"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LossFunctions = "30fc2ffe-d236-52d8-8643-a9d8f7c094a7"
PackageExtensionCompat = "65ce6f38-6b18-4e1d-a461-8949797d7930"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[weakdeps]
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
MakieCore = "20f20a25-4f0e-4fdf-b5d1-57303727442b"
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[extensions]
HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface"
HyperelasticsOptimizationExt = "Optimization"
[compat]
ADTypes = "1"
ComponentArrays = "0.15"
ContinuumMechanicsBase = "0.1"
DataInterpolations = "5, 6"
DifferentiationInterface = "0.5"
DocStringExtensions = "0.9"
Integrals = "4"
InverseLangevinApproximations = "0.2"
LabelledArrays = "1"
LossFunctions = "0.11"
MakieCore = "0.8"
NaNMath = "1"
Optimization = "3"
PackageExtensionCompat = "1"
QuadGK = "2"
RecursiveArrayTools = "3"
Reexport = "1"
SciMLBase = "2"
SpecialFunctions = "2"
Statistics = "1"
StructArrays = "0.6"
Unitful = "1"
[extras]
CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
FastDifferentiation = "eb9bf01b-bf85-4b60-bf87-ee5de06c00be"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
MakieCore = "20f20a25-4f0e-4fdf-b5d1-57303727442b"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[targets]
test = ["Test", "ComponentArrays", "ForwardDiff", "InteractiveUtils", "FiniteDiff", "Zygote", "Enzyme", "Optimization", "OptimizationOptimJL", "DifferentiationInterface"]