diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index ab73da5..c06aa31 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -12,10 +12,10 @@ on: - 'docs/**' jobs: test: - if: false uses: "SciML/.github/.github/workflows/downgrade.yml@v1" with: julia-version: "1.10" skip: "Pkg,TOML" + group: "All" allow-reresolve: false secrets: "inherit" diff --git a/Project.toml b/Project.toml index 91d079b..872fb63 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ CommonSolve = "0.2.4" ConcreteStructs = "0.2.3" DifferentiationInterface = "0.6.2, 0.7" ExplicitImports = "1.14.0" -FastClosures = "0.3" +FastClosures = "0.3.2" FiniteDiff = "2.24.0" ForwardDiff = "0.10.36, 1" Hwloc = "3" @@ -36,10 +36,10 @@ LineSearches = "7.3.0" LinearAlgebra = "1.10" MaybeInplace = "0.1.4" NonlinearProblemLibrary = "0.1.2" -PrecompileTools = "1" +PrecompileTools = "1.2.0" ReTestItems = "1.28.0" ReverseDiff = "1.15.3" -SciMLBase = "2.53.1, 3.0" +SciMLBase = "2.54.0, 3.0" SciMLJacobianOperators = "0.1" StaticArraysCore = "1.4" Test = "1.10"