From 572637b9ad710b50ec03a8f6f6e5f8364365e36d Mon Sep 17 00:00:00 2001 From: Olivier Cots Date: Tue, 14 Apr 2026 12:30:13 +0200 Subject: [PATCH] Remove OrdinaryDiffEq dependency from Project.toml Removed OrdinaryDiffEq dependency and updated compat section. --- Project.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Project.toml b/Project.toml index 10d2e0c..26db0c8 100644 --- a/Project.toml +++ b/Project.toml @@ -3,9 +3,5 @@ uuid = "cb10daa6-a5e5-4c25-a171-ae181b8ea3c9" version = "0.4.1" authors = ["Olivier Cots "] -[deps] -OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" - [compat] -OrdinaryDiffEq = "6.111.0" julia = "1.10"