Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix downgrade CI #467

Merged
merged 13 commits into from
Feb 11, 2024
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"
ChrisRackauckas marked this conversation as resolved.
Show resolved Hide resolved
GPUArraysCore = "0.1"
ChrisRackauckas marked this conversation as resolved.
Show resolved Hide resolved
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"
ChrisRackauckas marked this conversation as resolved.
Show resolved Hide resolved
SciMLOperators = "0.3"
ChrisRackauckas marked this conversation as resolved.
Show resolved Hide resolved
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
Loading