From 7cd2b3b0276dccfb0c2b18803bb26fdecb20eea8 Mon Sep 17 00:00:00 2001 From: pogudingleb Date: Sun, 18 Aug 2024 09:48:28 +0200 Subject: [PATCH] bumping MTK and SymbolicUtils --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index fbc52f11..4079847f 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 = "2" -Symbolics = "5.30.1" +SymbolicUtils = "2, 3" +Symbolics = "5.30.1, 6" Test = "1.6, 1.7" TestSetExtensions = "2" TimerOutputs = "0.5"