From 0cf7a9c547808593af373f0149da24ee96ae93e7 Mon Sep 17 00:00:00 2001 From: pogudingleb Date: Mon, 19 Aug 2024 22:19:22 +0200 Subject: [PATCH] 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"