Skip to content

Commit f6f4d58

Browse files
committed
pkg
1 parent e49afab commit f6f4d58

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Manifest.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.12.4"
44
manifest_format = "2.0"
5-
project_hash = "f77b4bfd61f801e521d92eba7dcace87cef9fec9"
5+
project_hash = "3b2ce1e33b5c34fc71c9364db6599de39e5d3e8e"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "f7304359109c768cf32dc5fa2d371565bb63b68a"
@@ -183,7 +183,7 @@ uuid = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
183183
version = "0.10.15"
184184

185185
[[deps.CaMKIIModel]]
186-
deps = ["CSV", "CurveFit", "DataFrames", "DiffEqCallbacks", "ForwardDiff", "Latexify", "LsqFit", "ModelingToolkit", "NaNMath", "OrdinaryDiffEq", "Plots", "StatsBase", "SteadyStateDiffEq"]
186+
deps = ["CSV", "CurveFit", "DataFrames", "DiffEqCallbacks", "ForwardDiff", "Latexify", "LsqFit", "ModelingToolkit", "NaNMath", "OrdinaryDiffEq", "Plots", "StaticArrayInterface", "StatsBase", "SteadyStateDiffEq"]
187187
path = "."
188188
uuid = "268d5184-1524-48b5-bbe3-a3af95dac460"
189189
version = "0.7.0"
@@ -2285,10 +2285,10 @@ uuid = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
22852285
version = "1.3.1"
22862286

22872287
[[deps.StaticArrayInterface]]
2288-
deps = ["ArrayInterface", "Compat", "IfElse", "LinearAlgebra", "PrecompileTools", "SciMLPublic", "Static"]
2289-
git-tree-sha1 = "aa1ea41b3d45ac449d10477f65e2b40e3197a0d2"
2288+
deps = ["ArrayInterface", "Compat", "IfElse", "LinearAlgebra", "PrecompileTools", "Static"]
2289+
git-tree-sha1 = "96381d50f1ce85f2663584c8e886a6ca97e60554"
22902290
uuid = "0d7ed370-da01-4f52-bd93-41d350b8b718"
2291-
version = "1.9.0"
2291+
version = "1.8.0"
22922292
weakdeps = ["OffsetArrays", "StaticArrays"]
22932293

22942294
[deps.StaticArrayInterface.extensions]

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
1515
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
1616
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
1717
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
18+
StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718"
1819
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1920
SteadyStateDiffEq = "9672c7b4-1e72-59bd-8a11-6ac3964bc41f"
2021

2122
[compat]
2223
ForwardDiff = "1"
23-
ModelingToolkit = "10.32.1"
24+
ModelingToolkit = "10"

0 commit comments

Comments
 (0)