Skip to content

Commit f679d4e

Browse files
Merge pull request #467 from SciML/ChrisRackauckas-patch-1
Fix downgrade CI
2 parents 0598671 + ac69ea3 commit f679d4e

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

Project.toml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -60,53 +60,53 @@ LinearSolveRecursiveArrayToolsExt = "RecursiveArrayTools"
6060
[compat]
6161
AllocCheck = "0.1"
6262
Aqua = "0.8"
63-
ArrayInterface = "7.5"
64-
BandedMatrices = "1"
63+
ArrayInterface = "7.7"
64+
BandedMatrices = "1.5"
6565
BlockDiagonals = "0.1.42"
6666
CUDA = "5"
67-
ConcreteStructs = "0.2"
68-
DocStringExtensions = "0.9"
69-
EnumX = "1"
70-
Enzyme = "0.11.10"
71-
EnzymeCore = "0.6.2"
67+
ConcreteStructs = "0.2.3"
68+
DocStringExtensions = "0.9.3"
69+
EnumX = "1.0.4"
70+
Enzyme = "0.11.14"
71+
EnzymeCore = "0.6.5"
7272
FastAlmostBandedMatrices = "0.1"
7373
FastLapackInterface = "2"
74-
FiniteDiff = "2.18"
75-
ForwardDiff = "0.10.13"
76-
GPUArraysCore = "0.1"
74+
FiniteDiff = "2.22"
75+
ForwardDiff = "0.10.36"
76+
GPUArraysCore = "0.1.6"
7777
HYPRE = "1.4.0"
78-
InteractiveUtils = "1.9"
78+
InteractiveUtils = "1.10"
7979
IterativeSolvers = "0.9.3"
80-
JET = "0.8"
81-
KLU = "0.3.0, 0.4, 0.5"
82-
KernelAbstractions = "0.9"
80+
JET = "0.8.28"
81+
KLU = "0.5"
82+
KernelAbstractions = "0.9.16"
8383
Krylov = "0.9"
8484
KrylovKit = "0.6"
85-
Libdl = "1.9"
86-
LinearAlgebra = "1.9"
85+
Libdl = "1.10"
86+
LinearAlgebra = "1.10"
8787
MPI = "0.20"
8888
Metal = "0.5"
8989
MultiFloats = "1"
9090
Pardiso = "0.5"
9191
Pkg = "1"
92-
PrecompileTools = "1.1"
92+
PrecompileTools = "1.2"
9393
Preferences = "1.4"
9494
Random = "1"
95-
RecursiveArrayTools = "2.38, 3"
95+
RecursiveArrayTools = "3.8"
9696
RecursiveFactorization = "0.2.14"
9797
Reexport = "1"
9898
SafeTestsets = "0.1"
99-
SciMLBase = "2"
100-
SciMLOperators = "0.3"
99+
SciMLBase = "2.23.0"
100+
SciMLOperators = "0.3.7"
101101
Setfield = "1"
102-
SparseArrays = "1.9"
102+
SparseArrays = "1.10"
103103
Sparspak = "0.3.6"
104104
StableRNGs = "1"
105105
StaticArrays = "1.5"
106-
StaticArraysCore = "1.2"
106+
StaticArraysCore = "1.4.2"
107107
Test = "1"
108108
UnPack = "1"
109-
julia = "1.9"
109+
julia = "1.10"
110110

111111
[extras]
112112
AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"

0 commit comments

Comments
 (0)