From bde902fa481707fec6772a2d5af8ecbe84883f07 Mon Sep 17 00:00:00 2001 From: David Widmann Date: Wed, 21 Aug 2024 16:29:40 +0200 Subject: [PATCH] Update Project.toml --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index e4b2fe3742..76488919e0 100644 --- a/Project.toml +++ b/Project.toml @@ -98,9 +98,9 @@ SimpleNonlinearSolve = "0.1.0, 1" SparseArrays = "1" SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 2" StaticArrays = "0.10, 0.11, 0.12, 1.0" -SymbolicIndexingInterface = "0.3.1" -SymbolicUtils = "1.0 - 1.4.0" -Symbolics = "5.7 - 5.24" +SymbolicIndexingInterface = "0.3.1 - 0.3.21" +SymbolicUtils = "1.0 - 1.5.1" +Symbolics = "5.7" URIs = "1" UnPack = "0.1, 1.0" Unitful = "1.1"