Skip to content

Commit

Permalink
Merge branch 'main' into compathelper/new_version/2024-07-23-00-53-10…
Browse files Browse the repository at this point in the history
…-885-03703296621
  • Loading branch information
cfarm6 authored Jul 25, 2024
2 parents 559161d + 74b80d5 commit 4a5ae75
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
21 changes: 20 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
MakieCore = "20f20a25-4f0e-4fdf-b5d1-57303727442b"
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[extensions]
Expand All @@ -38,6 +37,26 @@ HyperelasticsOptimizationExt = "Optimization"

[compat]
SciMLBase = "2"
ADTypes = "1"
Reexport = "1"
LossFunctions = "0.11"
Statistics = "1"
Unitful = "1"
DocStringExtensions = "0.9"
MakieCore = "0.8"
NaNMath = "1"
RecursiveArrayTools = "3"
QuadGK = "2"
LabelledArrays = "1"
DifferentiationInterface = "0.5"
StructArrays = "0.6"
ComponentArrays = "0.15"
PackageExtensionCompat = "1"
DataInterpolations = "5"
Integrals = "4"
InverseLangevinApproximations = "0.2"
SpecialFunctions = "2"
ContinuumMechanicsBase = "0.1"

[extras]
CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
Expand Down
13 changes: 12 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,15 @@ DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Hyperelastics = "c20c605d-adbe-46e4-9db6-e2b04c3ba023"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e"
OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e"

[compat]
DataInterpolations = "5"
OptimizationOptimJL = "0.3"
Hyperelastics = "0.1"
ForwardDiff = "0.10"
DocumenterCitations = "1"
CairoMakie = "0.12"
Documenter = "1"
Optimization = "3"
ComponentArrays = "0.15"

0 comments on commit 4a5ae75

Please sign in to comment.