From faa314942b3bf6e0175073f353f5dc6cb835d314 Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson Date: Mon, 1 Apr 2024 10:52:26 +0200 Subject: [PATCH] Update compat OrdinaryDiffEq --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d8c2918a7..138ae358c 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "ControlSystems" uuid = "a6e380b2-a6ca-5380-bf3e-84a91bcd477e" authors = ["Dept. Automatic Control, Lund University"] repo = "https://github.com/JuliaControl/ControlSystems.jl.git" -version = "1.10.1" +version = "1.10.2" [deps] ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e" @@ -26,7 +26,7 @@ DelayDiffEq = "5.31" DiffEqCallbacks = "2.16" ForwardDiff = "0.10" Hungarian = "0.6, 0.7" -OrdinaryDiffEq = "~6.60" +OrdinaryDiffEq = "6.60" RecipesBase = "1" Reexport = "1" StaticArrays = "1"