From 23b8b6e5ebce9056dfbc394671cf7ba16565d5b9 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Fri, 14 Aug 2026 17:42:44 -0400 Subject: [PATCH] Drop older SciML major versions from compat Co-Authored-By: Chris Rackauckas --- Project.toml | 2 +- lib/BVProblemLibrary/Project.toml | 2 +- lib/DAEProblemLibrary/Project.toml | 2 +- lib/DDEProblemLibrary/Project.toml | 2 +- lib/NonlinearProblemLibrary/Project.toml | 2 +- lib/ODEProblemLibrary/Project.toml | 2 +- lib/SDEProblemLibrary/Project.toml | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Project.toml b/Project.toml index 256f7a0..5b4b440 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ SDEProblemLibrary = "c72e72a9-a271-4b2b-8966-303ed956772e" BVProblemLibrary = "0.1" DAEProblemLibrary = "0.1" DDEProblemLibrary = "0.1" -JumpProblemLibrary = "1, 2.0" +JumpProblemLibrary = "2.0" NonlinearProblemLibrary = "0.1" ODEProblemLibrary = "1" Pkg = "1.10" diff --git a/lib/BVProblemLibrary/Project.toml b/lib/BVProblemLibrary/Project.toml index c8fcb18..bdeb7b9 100644 --- a/lib/BVProblemLibrary/Project.toml +++ b/lib/BVProblemLibrary/Project.toml @@ -7,7 +7,7 @@ DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" [compat] -DiffEqBase = "6.158, 7" +DiffEqBase = "7" Pkg = "1.10" SafeTestsets = "0.1" SpecialFunctions = "2.3" diff --git a/lib/DAEProblemLibrary/Project.toml b/lib/DAEProblemLibrary/Project.toml index 29ea6dd..3194b5e 100644 --- a/lib/DAEProblemLibrary/Project.toml +++ b/lib/DAEProblemLibrary/Project.toml @@ -6,7 +6,7 @@ version = "0.1.6" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" [compat] -DiffEqBase = "6, 7" +DiffEqBase = "7" Pkg = "1.10" SafeTestsets = "0.1" Test = "1.10" diff --git a/lib/DDEProblemLibrary/Project.toml b/lib/DDEProblemLibrary/Project.toml index 7dc2427..095643e 100644 --- a/lib/DDEProblemLibrary/Project.toml +++ b/lib/DDEProblemLibrary/Project.toml @@ -6,7 +6,7 @@ version = "0.1.8" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" [compat] -DiffEqBase = "6, 7" +DiffEqBase = "7" Pkg = "1.10" SafeTestsets = "0.1" Test = "1.10" diff --git a/lib/NonlinearProblemLibrary/Project.toml b/lib/NonlinearProblemLibrary/Project.toml index caf9a55..5ae750d 100644 --- a/lib/NonlinearProblemLibrary/Project.toml +++ b/lib/NonlinearProblemLibrary/Project.toml @@ -10,7 +10,7 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" LinearAlgebra = "1.6" Pkg = "1.10" SafeTestsets = "0.1" -SciMLBase = "2, 3" +SciMLBase = "3" Test = "1" julia = "1.10" diff --git a/lib/ODEProblemLibrary/Project.toml b/lib/ODEProblemLibrary/Project.toml index d5d522f..3d4694f 100644 --- a/lib/ODEProblemLibrary/Project.toml +++ b/lib/ODEProblemLibrary/Project.toml @@ -8,7 +8,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [compat] -DiffEqBase = "6, 7" +DiffEqBase = "7" LinearAlgebra = "1.10" Pkg = "1.10" Random = "1.10" diff --git a/lib/SDEProblemLibrary/Project.toml b/lib/SDEProblemLibrary/Project.toml index f0d5820..adc24aa 100644 --- a/lib/SDEProblemLibrary/Project.toml +++ b/lib/SDEProblemLibrary/Project.toml @@ -8,11 +8,11 @@ RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" [compat] -DiffEqBase = "6, 7" +DiffEqBase = "7" Pkg = "1.10" RuntimeGeneratedFunctions = "0.5" SafeTestsets = "0.1" -SciMLBase = "2.0.1, 3" +SciMLBase = "3" Test = "1.10" julia = "1.10"