From 533a21b758d8b8fb8658ca01f32b221d7985c5a5 Mon Sep 17 00:00:00 2001 From: pogudingleb Date: Mon, 19 Aug 2024 21:48:04 +0200 Subject: [PATCH 1/4] trying sharpen symbolicutils --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 40f6a9c5..257e53b4 100644 --- a/Project.toml +++ b/Project.toml @@ -48,7 +48,7 @@ PrecompileTools = "1.2" Primes = "0.5" Random = "1.6, 1.7" SpecialFunctions = "2" -SymbolicUtils = "2, 3" +SymbolicUtils = "3" Symbolics = "5.30.1, 6" Test = "1.6, 1.7" TestSetExtensions = "2" From 47d117080c5ea20903857060848bf62847d5e9ab Mon Sep 17 00:00:00 2001 From: pogudingleb Date: Mon, 19 Aug 2024 22:09:03 +0200 Subject: [PATCH 2/4] bump MTK --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 257e53b4..c0d41255 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,7 @@ IterTools = "1" LinearAlgebra = "1.6, 1.7" Logging = "1.6, 1.7" MacroTools = "0.5" -ModelingToolkit = "9.16" +ModelingToolkit = "9.33" Nemo = "0.43, 0.44, 0.45, 0.46" ParamPunPam = "0.4" Pkg = "1.6, 1.7" From 0cf7a9c547808593af373f0149da24ee96ae93e7 Mon Sep 17 00:00:00 2001 From: pogudingleb Date: Mon, 19 Aug 2024 22:19:22 +0200 Subject: [PATCH 3/4] bump Symbolics and SymbolcUtils --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index c0d41255..adf9d8c7 100644 --- a/Project.toml +++ b/Project.toml @@ -48,8 +48,8 @@ PrecompileTools = "1.2" Primes = "0.5" Random = "1.6, 1.7" SpecialFunctions = "2" -SymbolicUtils = "3" -Symbolics = "5.30.1, 6" +SymbolicUtils = "3.1.2" +Symbolics = "6" Test = "1.6, 1.7" TestSetExtensions = "2" TimerOutputs = "0.5" From d9ff7516dda0e92f167647f4994bb6d2d5497767 Mon Sep 17 00:00:00 2001 From: pogudingleb Date: Mon, 19 Aug 2024 22:30:31 +0200 Subject: [PATCH 4/4] bump all MTK-related things --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index adf9d8c7..84110b30 100644 --- a/Project.toml +++ b/Project.toml @@ -48,8 +48,8 @@ PrecompileTools = "1.2" Primes = "0.5" Random = "1.6, 1.7" SpecialFunctions = "2" -SymbolicUtils = "3.1.2" -Symbolics = "6" +SymbolicUtils = "3.2" +Symbolics = "6.2" Test = "1.6, 1.7" TestSetExtensions = "2" TimerOutputs = "0.5"