File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 22
22
with :
23
23
version : ${{ matrix.version }}
24
24
- uses : julia-actions/julia-downgrade-compat@v1
25
- # if: ${{ matrix.version == '1.6' }}
26
25
with :
27
26
skip : Pkg,TOML
28
27
- uses : julia-actions/julia-buildpkg@v1
Original file line number Diff line number Diff line change @@ -22,25 +22,25 @@ Aqua = "0.8"
22
22
ConcreteStructs = " 0.2.3"
23
23
DataInterpolations = " 4.6, 5, 6"
24
24
DataStructures = " 0.18.13"
25
- DiffEqBase = " 6.154 "
25
+ DiffEqBase = " 6.155.3 "
26
26
DifferentiationInterface = " 0.6.1"
27
27
ForwardDiff = " 0.10.36"
28
28
Functors = " 0.4"
29
29
LinearAlgebra = " 1.10"
30
30
Markdown = " 1.10"
31
- NonlinearSolve = " 3.7.2 "
31
+ NonlinearSolve = " 3.14 "
32
32
ODEProblemLibrary = " 0.1.5"
33
33
OrdinaryDiffEq = " 6.88"
34
34
QuadGK = " 2.9"
35
35
RecipesBase = " 1.3.4"
36
- RecursiveArrayTools = " 3.9 "
37
- SciMLBase = " 2.26 "
38
- SciMLSensitivity = " 7.56 "
39
- StaticArrays = " 1.8 "
36
+ RecursiveArrayTools = " 3.27 "
37
+ SciMLBase = " 2.54 "
38
+ SciMLSensitivity = " 7.68 "
39
+ StaticArrays = " 1.9.7 "
40
40
StaticArraysCore = " 1.4"
41
41
Sundials = " 4.19.2"
42
- Test = " 1"
43
- Tracker = " 0.2.26 "
42
+ Test = " 1.10 "
43
+ Tracker = " 0.2.35 "
44
44
Zygote = " 0.6.69"
45
45
julia = " 1.10"
46
46
You can’t perform that action at this time.
0 commit comments