Skip to content

Commit 3bf375c

Browse files
Also widen DiffEqDevTools compat to v3
DiffEqDevTools received a major bump to v3 as part of the same OrdinaryDiffEq v7 / SciMLBase v3 ecosystem release. DiffEqDevTools v2.x is not compatible with SciMLBase v3, so any test environment that pulls in both SciMLBase v3 (transitively, from BoundaryValueDiffEqCore) and DiffEqDevTools v2 fails to resolve. Widened from `"2.44"` / `"2.48"` → `"2.44, 3"` / `"2.48, 3"` in all six sub-library test envs and the top-level Project.toml. Also reverts the docs/Project.toml OrdinaryDiffEq bump (from "6.90.1, 7" back to "6.90.1") since OrdinaryDiffEq v7 is not yet registered in the General registry; the docs env resolution will be addressed when v7 ships. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
1 parent 48c9898 commit 3bf375c

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ BoundaryValueDiffEqMIRK = "1"
4242
BoundaryValueDiffEqMIRKN = "1"
4343
BoundaryValueDiffEqShooting = "1"
4444
DiffEqBase = "6.183, 7"
45-
DiffEqDevTools = "2.48"
45+
DiffEqDevTools = "2.48, 3"
4646
FastClosures = "0.3.2"
4747
ForwardDiff = "0.10.38, 1"
4848
Hwloc = "3.3"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ LineSearch = "0.1.4"
4646
LinearAlgebra = "1.10"
4747
LinearSolve = "2.36.2, 3"
4848
OptimizationIpopt = "0.2.0, 1.0"
49-
OrdinaryDiffEq = "6.90.1, 7"
49+
OrdinaryDiffEq = "6.90.1"
5050
Plots = "1"
5151
SciMLBase = "2.60.0, 3.3"
5252
SimpleBoundaryValueDiffEq = "1.1.0"

lib/BoundaryValueDiffEqAscher/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ AlmostBlockDiagonals = "0.1.10"
2424
Aqua = "0.8"
2525
BoundaryValueDiffEqCore = "2.0"
2626
ConcreteStructs = "0.2.3"
27-
DiffEqDevTools = "2.44"
27+
DiffEqDevTools = "2.44, 3"
2828
DifferentiationInterface = "0.7"
2929
FastClosures = "0.3.2"
3030
ForwardDiff = "0.10.38, 1"

lib/BoundaryValueDiffEqFIRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ArrayInterface = "7.18"
3434
BandedMatrices = "1.7.5"
3535
BoundaryValueDiffEqCore = "2.2"
3636
ConcreteStructs = "0.2.3"
37-
DiffEqDevTools = "2.44"
37+
DiffEqDevTools = "2.44, 3"
3838
DifferentiationInterface = "0.7"
3939
Enzyme = "0.13.33"
4040
FastAlmostBandedMatrices = "0.1.4"

lib/BoundaryValueDiffEqMIRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ArrayInterface = "7.18"
3333
BandedMatrices = "1.7.5"
3434
BoundaryValueDiffEqCore = "2.2"
3535
ConcreteStructs = "0.2.3"
36-
DiffEqDevTools = "2.44"
36+
DiffEqDevTools = "2.44, 3"
3737
DifferentiationInterface = "0.7"
3838
Enzyme = "0.13.33"
3939
FastAlmostBandedMatrices = "0.1.4"

lib/BoundaryValueDiffEqMIRKN/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ArrayInterface = "7.18"
3333
BandedMatrices = "1.7.5"
3434
BoundaryValueDiffEqCore = "2.0"
3535
ConcreteStructs = "0.2.3"
36-
DiffEqDevTools = "2.44"
36+
DiffEqDevTools = "2.44, 3"
3737
DifferentiationInterface = "0.7"
3838
FastAlmostBandedMatrices = "0.1.4"
3939
FastClosures = "0.3.2"

lib/BoundaryValueDiffEqShooting/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ArrayInterface = "7.18"
3232
BandedMatrices = "1.11.0"
3333
BoundaryValueDiffEqCore = "2.0"
3434
ConcreteStructs = "0.2.3"
35-
DiffEqDevTools = "2.44"
35+
DiffEqDevTools = "2.44, 3"
3636
DifferentiationInterface = "0.7"
3737
FastClosures = "0.3.2"
3838
ForwardDiff = "0.10.38, 1"

0 commit comments

Comments
 (0)