Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
14 changes: 7 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
Loading