Skip to content

Commit a5abae8

Browse files
Merge pull request #338 from SciML/ChrisRackauckas-patch-1
Fix downgrade CI
2 parents 1ada921 + 6fc34e3 commit a5abae8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Project.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ NonlinearSolveZygoteExt = "Zygote"
5454
[compat]
5555
ADTypes = "0.2.5"
5656
Aqua = "0.8"
57-
ArrayInterface = "7.6"
57+
ArrayInterface = "7.7"
5858
BandedMatrices = "1.3"
5959
BenchmarkTools = "1"
6060
ConcreteStructs = "0.2"
@@ -76,18 +76,18 @@ MaybeInplace = "0.1.1"
7676
NLsolve = "4.5"
7777
NaNMath = "1"
7878
NonlinearProblemLibrary = "0.1.1"
79-
OrdinaryDiffEq = "6"
79+
OrdinaryDiffEq = "6.63"
8080
Pkg = "1"
8181
PrecompileTools = "1.2"
82-
Printf = "<0.0.1, 1"
83-
Random = "<0.0.1, 1"
84-
RecursiveArrayTools = "3.0"
82+
Printf = "1.9"
83+
Random = "1.91"
84+
RecursiveArrayTools = "3.2"
8585
Reexport = "1.2"
8686
SafeTestsets = "0.1"
8787
SciMLBase = "2.11"
8888
SciMLOperators = "0.3.7"
8989
SimpleNonlinearSolve = "1.0.2"
90-
SparseArrays = "<0.0.1, 1"
90+
SparseArrays = "1.9"
9191
SparseDiffTools = "2.14"
9292
SpeedMapping = "0.3"
9393
StableRNGs = "1"

0 commit comments

Comments
 (0)