From 736a11801ddf8beb6197bcef349f7920d7e83d4a Mon Sep 17 00:00:00 2001 From: sosiristseng Date: Thu, 28 Dec 2023 15:10:26 +0000 Subject: [PATCH 1/2] [create-pull-request] automated change --- Manifest.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Manifest.toml b/Manifest.toml index d60d7f2e..7dc10e82 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -1170,9 +1170,9 @@ uuid = "a63ad114-7e13-5084-954f-fe012c677804" [[deps.ModelingToolkit]] deps = ["AbstractTrees", "ArrayInterface", "Combinatorics", "Compat", "ConstructionBase", "DataStructures", "DiffEqBase", "DiffEqCallbacks", "DiffRules", "Distributed", "Distributions", "DocStringExtensions", "DomainSets", "ForwardDiff", "FunctionWrappersWrappers", "Graphs", "IfElse", "InteractiveUtils", "JuliaFormatter", "JumpProcesses", "LabelledArrays", "Latexify", "Libdl", "LinearAlgebra", "MLStyle", "MacroTools", "NaNMath", "OrdinaryDiffEq", "PrecompileTools", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLBase", "Serialization", "Setfield", "SimpleNonlinearSolve", "SparseArrays", "SpecialFunctions", "StaticArrays", "SymbolicIndexingInterface", "SymbolicUtils", "Symbolics", "URIs", "UnPack", "Unitful"] -git-tree-sha1 = "944c2d44b08b08035569043b27c6cd9a2d2476fc" +git-tree-sha1 = "11f35f9619c625c18454a94a9013e7d047501fbf" uuid = "961ee093-0014-501f-94e3-6117800e7a78" -version = "8.74.1" +version = "8.75.0" [deps.ModelingToolkit.extensions] MTKBifurcationKitExt = "BifurcationKit" @@ -1530,9 +1530,9 @@ version = "0.6.12" [[deps.RecursiveArrayTools]] deps = ["Adapt", "ArrayInterface", "DocStringExtensions", "GPUArraysCore", "IteratorInterfaceExtensions", "LinearAlgebra", "RecipesBase", "Requires", "SparseArrays", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables"] -git-tree-sha1 = "17bc8c517dd0ced987f7c6c89baabf798b74d9f0" +git-tree-sha1 = "4da78e9b73a8d585e1c520e60d46601af9828275" uuid = "731186ca-8d62-57ce-b412-fbd966d074cd" -version = "3.3.0" +version = "3.3.1" [deps.RecursiveArrayTools.extensions] RecursiveArrayToolsFastBroadcastExt = "FastBroadcast" @@ -1618,9 +1618,9 @@ version = "0.6.42" [[deps.SciMLBase]] deps = ["ADTypes", "ArrayInterface", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "EnumX", "FillArrays", "FunctionWrappersWrappers", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "PrecompileTools", "Preferences", "Printf", "RecipesBase", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLOperators", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables", "TruncatedStacktraces"] -git-tree-sha1 = "f46e4dfdf24b07db0c4476a0fe730f9bef5e136a" +git-tree-sha1 = "2c3706caa9adab5031f30937699c46e159ae477f" uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462" -version = "2.12.1" +version = "2.13.0" [deps.SciMLBase.extensions] SciMLBaseChainRulesCoreExt = "ChainRulesCore" From fed7d86ba55ef12271d4c7ad0ad57f86eaca628f Mon Sep 17 00:00:00 2001 From: Wen Wei Tseng Date: Fri, 29 Dec 2023 10:16:58 +0800 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac582643..e597e514 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ concurrency: env: NPROC: '2' # Number of Julia processes to run the notebooks - CACHE_NUM: '1' + CACHE_NUM: '2' PY_VER: '3.12' JULIA_CONDAPKG_BACKEND: 'Null' JULIA_NUM_THREADS: '2'