diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 87580309..60b97103 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -12,12 +12,13 @@ on: - 'docs/**' jobs: test: - if: false # Temporarily disabled, see issue #292 name: "Downgrade" + # Runs strict (allow-reresolve unset, i.e. false). Expected RED until the + # upstream fix: ForwardDiff/LogExpFunctions (deeper than the LinearSolve + # wall) — 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" group: "Core" skip: "Pkg,TOML" - allow-reresolve: false secrets: "inherit" diff --git a/Project.toml b/Project.toml index 490d28cd..7c0bf8b3 100644 --- a/Project.toml +++ b/Project.toml @@ -26,10 +26,10 @@ DiffEqCallbacksFunctorsExt = "Functors" ADTypes = "1.9.0" Aqua = "0.8" ConcreteStructs = "0.2.3" -DataInterpolations = "5, 6" +DataInterpolations = "5, 6, 7, 8" DataStructures = "0.18.13, 0.19.0" -DiffEqBase = "6.155.4, 7" -DifferentiationInterface = "0.6.1, 0.7" +DiffEqBase = "6.190.2, 7" +DifferentiationInterface = "0.7.3" ForwardDiff = "0.10.36" Functors = "0.5" LinearAlgebra = "1.10" @@ -43,13 +43,13 @@ OrdinaryDiffEqRosenbrock = "1.8.0, 2" OrdinaryDiffEqTsit5 = "1.1.0, 2" OrdinaryDiffEqVerner = "1.1.1, 2" Pkg = "1.10.0" -PrecompileTools = "1.2" +PrecompileTools = "1.2.1" QuadGK = "2.9" RecipesBase = "1.3.4" -RecursiveArrayTools = "3.27, 4" -SciMLBase = "2.54, 3.1" +RecursiveArrayTools = "3.36, 4" +SciMLBase = "2.146, 3.1" StaticArrays = "1.9.7" -StaticArraysCore = "1.4" +StaticArraysCore = "1.4.3" Sundials = "4.19.2" Test = "1.10" julia = "1.10"