From 9b5f017f74e9a7e85b6b885cb5bc9a8920c28997 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Thu, 26 Sep 2024 13:39:18 -0400 Subject: [PATCH] fix: update dependencies and remove unused ones --- Project.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b4de0da7..b740644a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DiffEqCallbacks" uuid = "459566f4-90b8-5000-8ac3-15dfb0a30def" authors = ["Chris Rackauckas "] -version = "4.0.0" +version = "3.10.0" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" @@ -16,12 +16,13 @@ StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c" [compat] Aqua = "0.8" -DataInterpolations = "4.6" +DataInterpolations = "4.6, 5, 6" DataStructures = "0.18.13" DiffEqBase = "6.154" Functors = "0.4" LinearAlgebra = "1.10" Markdown = "1.10" +NonlinearSolve = "3.7.2" ODEProblemLibrary = "0.1.5" OrdinaryDiffEq = "6.88" QuadGK = "2.9"