diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 0626e961..bccdb9bd 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -12,11 +12,11 @@ on: - 'docs/**' jobs: downgrade: - if: false # Disabled: waiting on OrdinaryDiffEq updates. See issue for details. name: "Downgrade" + # Runs strict (allow_reresolve=false); expected RED until the upstream fix + # ForwardDiff/LogExpFunctions — red until ForwardDiff 1.3.4 (#811). Auto-greens on upstream release. uses: "SciML/.github/.github/workflows/downgrade.yml@v1" with: julia-version: "1.10" skip: "Pkg,TOML" - allow-reresolve: false secrets: "inherit" diff --git a/Project.toml b/Project.toml index 9b240123..2689a821 100644 --- a/Project.toml +++ b/Project.toml @@ -30,36 +30,36 @@ JumpProcessesKernelAbstractionsExt = ["Adapt", "KernelAbstractions"] JumpProcessesOrdinaryDiffEqCoreExt = "OrdinaryDiffEqCore" [compat] -ADTypes = "1" -Adapt = "4" -Aqua = "0.8" -ArrayInterface = "7.15" -DataStructures = "0.18, 0.19" -DiffEqBase = "6.192, 7" -DiffEqCallbacks = "4.7" -DocStringExtensions = "0.9" +ADTypes = "1.22.0" +Adapt = "4.6.0" +Aqua = "0.8.16" +ArrayInterface = "7.25.0" +DataStructures = "0.19.5, 0.19" +DiffEqBase = "7.5.5, 7" +DiffEqCallbacks = "4.17.0" +DocStringExtensions = "0.9.5" ExplicitImports = "1" -FastBroadcast = "0.3, 1" -FunctionWrappers = "1.1" -Graphs = "1.11" -KernelAbstractions = "0.9" +FastBroadcast = "1.3.2, 1" +FunctionWrappers = "1.1.3" +Graphs = "1.14.0" +KernelAbstractions = "0.9.36" LinearAlgebra = "1" -LinearSolve = "3" -OrdinaryDiffEq = "6, 7" -OrdinaryDiffEqCore = "3.17, 4" -OrdinaryDiffEqFunctionMap = "1, 2" +LinearSolve = "3.83.0" +OrdinaryDiffEq = "7.0.0, 7" +OrdinaryDiffEqCore = "4.3.0, 4" +OrdinaryDiffEqFunctionMap = "2.0.0, 2" Pkg = "1" PoissonRandom = "0.4" Random = "1" -RecursiveArrayTools = "3.35, 4" -Reexport = "1.2" +RecursiveArrayTools = "4.3.0, 4" +Reexport = "1.2.2" SafeTestsets = "0.1" -SciMLBase = "2.115, 3.1" +SciMLBase = "3.18.0, 3.1" StableRNGs = "1" -StaticArrays = "1.9.8" +StaticArrays = "1.9.18" Statistics = "1" -StochasticDiffEq = "6.82, 7" -SymbolicIndexingInterface = "0.3.36" +StochasticDiffEq = "7.0.0, 7" +SymbolicIndexingInterface = "0.3.48" Test = "1" julia = "1.10"