Skip to content

Commit

Permalink
Fix downgrade CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Feb 11, 2024
1 parent 0598671 commit d20c688
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ FiniteDiff = "2.18"
ForwardDiff = "0.10.13"
GPUArraysCore = "0.1"
HYPRE = "1.4.0"
InteractiveUtils = "1.9"
InteractiveUtils = "1.10"
IterativeSolvers = "0.9.3"
JET = "0.8"
KLU = "0.3.0, 0.4, 0.5"
KernelAbstractions = "0.9"
Krylov = "0.9"
KrylovKit = "0.6"
Libdl = "1.9"
LinearAlgebra = "1.9"
Libdl = "1.10"
LinearAlgebra = "1.10"
MPI = "0.20"
Metal = "0.5"
MultiFloats = "1"
Expand All @@ -99,14 +99,14 @@ SafeTestsets = "0.1"
SciMLBase = "2"
SciMLOperators = "0.3"
Setfield = "1"
SparseArrays = "1.9"
SparseArrays = "1.10"
Sparspak = "0.3.6"
StableRNGs = "1"
StaticArrays = "1.5"
StaticArraysCore = "1.2"
Test = "1"
UnPack = "1"
julia = "1.9"
julia = "1.10"

[extras]
AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
Expand Down

0 comments on commit d20c688

Please sign in to comment.