From 82cf868011ca4a1a3abac3d3def65bd45ed063f6 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Sat, 13 Jun 2026 07:00:36 -0400 Subject: [PATCH] Downgrade: raise SciMLBase compat floor to 2.34 (old floor unresolvable at downgrade minimum) At the downgrade minimum, the root SciMLBase floor 2.0 resolves to SciMLBase 2.0.x, whose ADTypes compat is 0.1.3-0.2, so the resolver pins ADTypes to 0.2.7. The test environment (test/Project.toml) declares ADTypes = "1.1", giving "empty intersection between ADTypes@0.2.7 and project compatibility 1.1.0-1". SciMLBase 2.34.0 is the first release whose ADTypes compat admits 1.x (ADTypes = ["0.2.5-0.2", "1"]), so bumping the floor lets ADTypes resolve to >=1 and matches the test floor. 2.34 is the smallest SciMLBase floor that resolves. Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude Opus 4.8 (1M context) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0bbc4209..14cd8d94 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ CommonSolve = "0.2" DelaunayTriangulation = "1.0" PreallocationTools = "0.4, 1.2" PrecompileTools = "1.2" -SciMLBase = "2, 3.1" +SciMLBase = "2.34, 3.1" julia = "1" [extras]