From 3db4f8248e304b1c265015c6328844666e6583e7 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Fri, 19 Jul 2024 20:58:22 -0400 Subject: [PATCH] Some bumps --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 75f946d9f..d3ec1c66c 100644 --- a/Project.toml +++ b/Project.toml @@ -89,14 +89,14 @@ Parameters = "0.12.0" PreallocationTools = "0.4" PrecompileTools = "1" Printf = "1.9" -RecursiveArrayTools = "2, 3" +RecursiveArrayTools = "3" Reexport = "1.0" ReverseDiff = "1" SciMLBase = "2.28.0" -SciMLOperators = "0.2, 0.3" -Setfield = "0.8, 1" +SciMLOperators = "0.3" +Setfield = "1" SparseArrays = "1.9" -Static = "0.7, 0.8, 1" +Static = "1" StaticArraysCore = "1.4" Statistics = "1" Tracker = "0.2"