Skip to content

Commit cf946a9

Browse files
authored
Merge pull request #74 from OpenSourceAWE/update-toml-files
Update Artifacts.toml.default and default Manifests
2 parents 422858e + 805faf6 commit cf946a9

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Artifacts.toml.default

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[models_v1_10]
2-
git-tree-sha1 = "1967c509941bb462b604289f60880c3e5216905e"
2+
git-tree-sha1 = "f60e681e73e27f2d1ea7c4702133f0494d427a85"
33

44
[[models_v1_10.download]]
5-
sha256 = "5d6f2d9cca1111056f6eecc3190db4e1548e9eff44e59e8d5d3aa6b10ba60b9c"
5+
sha256 = "87a50286f74ccfb32511f9c0f5c1cd074a17bfcc4be6c7b4e33aae27712e9f37"
66
url = "https://github.com/OpenSourceAWE/SymbolicAWEModels/releases/download/v0.2.1/models_v1.10.tar.gz"
77

88
[models_v1_11]
9-
git-tree-sha1 = "0a3f16ef18a94a7b41521a8046847956eaa0399f"
9+
git-tree-sha1 = "1ace86a768620872415a3de4414e738c8e04d2d0"
1010

1111
[[models_v1_11.download]]
12-
sha256 = "5694bd10a462a971be0a879687680e0cc9cd30f0fc131eaf98ceb119f9536c99"
12+
sha256 = "c6229faf629ff27fe43951c3bfe5127c126d9b474c865b53f4d1b12f50e7c787"
1313
url = "https://github.com/OpenSourceAWE/SymbolicAWEModels/releases/download/v0.2.1/models_v1.11.tar.gz"

Manifest-v1.10.toml.default

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

33
julia_version = "1.10.10"
44
manifest_format = "2.0"
5-
project_hash = "25c13d9d7e9adae92d6baa528761d3330e84cd17"
5+
project_hash = "060bb56c456bc60d6a4e10ae780a8dce5956e758"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "7927b9af540ee964cc5d1b73293f1eb0b761a3a1"
@@ -745,9 +745,9 @@ version = "1.3.7"
745745

746746
[[deps.ForwardDiff]]
747747
deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "LinearAlgebra", "LogExpFunctions", "NaNMath", "Preferences", "Printf", "Random", "SpecialFunctions"]
748-
git-tree-sha1 = "a2df1b776752e3f344e5116c06d75a10436ab853"
748+
git-tree-sha1 = "910febccb28d493032495b7009dce7d7f7aee554"
749749
uuid = "f6369f11-7733-5829-9624-2563aa707210"
750-
version = "0.10.38"
750+
version = "1.0.1"
751751
weakdeps = ["StaticArrays"]
752752

753753
[deps.ForwardDiff.extensions]
@@ -1192,9 +1192,9 @@ version = "0.8.1"
11921192

11931193
[[deps.ModelingToolkit]]
11941194
deps = ["ADTypes", "AbstractTrees", "ArrayInterface", "BlockArrays", "ChainRulesCore", "Combinatorics", "CommonSolve", "Compat", "ConstructionBase", "DataStructures", "DiffEqBase", "DiffEqCallbacks", "DiffEqNoiseProcess", "DiffRules", "DifferentiationInterface", "Distributed", "Distributions", "DocStringExtensions", "DomainSets", "DynamicQuantities", "EnumX", "ExprTools", "FindFirstFunctions", "ForwardDiff", "FunctionWrappers", "FunctionWrappersWrappers", "Graphs", "ImplicitDiscreteSolve", "InteractiveUtils", "JuliaFormatter", "JumpProcesses", "Latexify", "Libdl", "LinearAlgebra", "MLStyle", "Moshi", "NaNMath", "NonlinearSolve", "OffsetArrays", "OrderedCollections", "OrdinaryDiffEqCore", "PrecompileTools", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SCCNonlinearSolve", "SciMLBase", "SciMLPublic", "SciMLStructures", "Serialization", "Setfield", "SimpleNonlinearSolve", "SparseArrays", "SpecialFunctions", "StaticArrays", "SymbolicIndexingInterface", "SymbolicUtils", "Symbolics", "URIs", "UnPack", "Unitful"]
1195-
git-tree-sha1 = "5ce144bf0123106d559522a8ecdbb9bb39e73bfb"
1195+
git-tree-sha1 = "20d3a59dd3c470acadc91ff5669f4398e317b1b0"
11961196
uuid = "961ee093-0014-501f-94e3-6117800e7a78"
1197-
version = "10.13.0"
1197+
version = "10.14.0"
11981198

11991199
[deps.ModelingToolkit.extensions]
12001200
MTKBifurcationKitExt = "BifurcationKit"

Manifest-v1.11.toml.default

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

33
julia_version = "1.11.6"
44
manifest_format = "2.0"
5-
project_hash = "cd5639af6d5514ea84016f6143e8fe5d09cc99a3"
5+
project_hash = "831150cf2437afcbbd31827c087c03a8be4ec8d3"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "7927b9af540ee964cc5d1b73293f1eb0b761a3a1"
@@ -748,9 +748,9 @@ version = "1.3.7"
748748

749749
[[deps.ForwardDiff]]
750750
deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "LinearAlgebra", "LogExpFunctions", "NaNMath", "Preferences", "Printf", "Random", "SpecialFunctions"]
751-
git-tree-sha1 = "a2df1b776752e3f344e5116c06d75a10436ab853"
751+
git-tree-sha1 = "910febccb28d493032495b7009dce7d7f7aee554"
752752
uuid = "f6369f11-7733-5829-9624-2563aa707210"
753-
version = "0.10.38"
753+
version = "1.0.1"
754754
weakdeps = ["StaticArrays"]
755755

756756
[deps.ForwardDiff.extensions]
@@ -1204,9 +1204,9 @@ version = "0.8.1"
12041204

12051205
[[deps.ModelingToolkit]]
12061206
deps = ["ADTypes", "AbstractTrees", "ArrayInterface", "BlockArrays", "ChainRulesCore", "Combinatorics", "CommonSolve", "Compat", "ConstructionBase", "DataStructures", "DiffEqBase", "DiffEqCallbacks", "DiffEqNoiseProcess", "DiffRules", "DifferentiationInterface", "Distributed", "Distributions", "DocStringExtensions", "DomainSets", "DynamicQuantities", "EnumX", "ExprTools", "FindFirstFunctions", "ForwardDiff", "FunctionWrappers", "FunctionWrappersWrappers", "Graphs", "ImplicitDiscreteSolve", "InteractiveUtils", "JuliaFormatter", "JumpProcesses", "Latexify", "Libdl", "LinearAlgebra", "MLStyle", "Moshi", "NaNMath", "NonlinearSolve", "OffsetArrays", "OrderedCollections", "OrdinaryDiffEqCore", "PrecompileTools", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SCCNonlinearSolve", "SciMLBase", "SciMLPublic", "SciMLStructures", "Serialization", "Setfield", "SimpleNonlinearSolve", "SparseArrays", "SpecialFunctions", "StaticArrays", "SymbolicIndexingInterface", "SymbolicUtils", "Symbolics", "URIs", "UnPack", "Unitful"]
1207-
git-tree-sha1 = "5ce144bf0123106d559522a8ecdbb9bb39e73bfb"
1207+
git-tree-sha1 = "20d3a59dd3c470acadc91ff5669f4398e317b1b0"
12081208
uuid = "961ee093-0014-501f-94e3-6117800e7a78"
1209-
version = "10.13.0"
1209+
version = "10.14.0"
12101210

12111211
[deps.ModelingToolkit.extensions]
12121212
MTKBifurcationKitExt = "BifurcationKit"

0 commit comments

Comments
 (0)