Skip to content

Commit

Permalink
Merge pull request #338 from SciML/ChrisRackauckas-patch-1
Browse files Browse the repository at this point in the history
Fix downgrade CI
  • Loading branch information
ChrisRackauckas authored Dec 23, 2023
2 parents 1ada921 + 6fc34e3 commit a5abae8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ NonlinearSolveZygoteExt = "Zygote"
[compat]
ADTypes = "0.2.5"
Aqua = "0.8"
ArrayInterface = "7.6"
ArrayInterface = "7.7"
BandedMatrices = "1.3"
BenchmarkTools = "1"
ConcreteStructs = "0.2"
Expand All @@ -76,18 +76,18 @@ MaybeInplace = "0.1.1"
NLsolve = "4.5"
NaNMath = "1"
NonlinearProblemLibrary = "0.1.1"
OrdinaryDiffEq = "6"
OrdinaryDiffEq = "6.63"
Pkg = "1"
PrecompileTools = "1.2"
Printf = "<0.0.1, 1"
Random = "<0.0.1, 1"
RecursiveArrayTools = "3.0"
Printf = "1.9"
Random = "1.91"
RecursiveArrayTools = "3.2"
Reexport = "1.2"
SafeTestsets = "0.1"
SciMLBase = "2.11"
SciMLOperators = "0.3.7"
SimpleNonlinearSolve = "1.0.2"
SparseArrays = "<0.0.1, 1"
SparseArrays = "1.9"
SparseDiffTools = "2.14"
SpeedMapping = "0.3"
StableRNGs = "1"
Expand Down

0 comments on commit a5abae8

Please sign in to comment.