Skip to content

Commit

Permalink
Merge pull request #467 from SciML/ChrisRackauckas-patch-1
Browse files Browse the repository at this point in the history
Fix downgrade CI
  • Loading branch information
ChrisRackauckas authored Feb 11, 2024
2 parents 0598671 + ac69ea3 commit f679d4e
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,53 +60,53 @@ LinearSolveRecursiveArrayToolsExt = "RecursiveArrayTools"
[compat]
AllocCheck = "0.1"
Aqua = "0.8"
ArrayInterface = "7.5"
BandedMatrices = "1"
ArrayInterface = "7.7"
BandedMatrices = "1.5"
BlockDiagonals = "0.1.42"
CUDA = "5"
ConcreteStructs = "0.2"
DocStringExtensions = "0.9"
EnumX = "1"
Enzyme = "0.11.10"
EnzymeCore = "0.6.2"
ConcreteStructs = "0.2.3"
DocStringExtensions = "0.9.3"
EnumX = "1.0.4"
Enzyme = "0.11.14"
EnzymeCore = "0.6.5"
FastAlmostBandedMatrices = "0.1"
FastLapackInterface = "2"
FiniteDiff = "2.18"
ForwardDiff = "0.10.13"
GPUArraysCore = "0.1"
FiniteDiff = "2.22"
ForwardDiff = "0.10.36"
GPUArraysCore = "0.1.6"
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"
JET = "0.8.28"
KLU = "0.5"
KernelAbstractions = "0.9.16"
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"
Pardiso = "0.5"
Pkg = "1"
PrecompileTools = "1.1"
PrecompileTools = "1.2"
Preferences = "1.4"
Random = "1"
RecursiveArrayTools = "2.38, 3"
RecursiveArrayTools = "3.8"
RecursiveFactorization = "0.2.14"
Reexport = "1"
SafeTestsets = "0.1"
SciMLBase = "2"
SciMLOperators = "0.3"
SciMLBase = "2.23.0"
SciMLOperators = "0.3.7"
Setfield = "1"
SparseArrays = "1.9"
SparseArrays = "1.10"
Sparspak = "0.3.6"
StableRNGs = "1"
StaticArrays = "1.5"
StaticArraysCore = "1.2"
StaticArraysCore = "1.4.2"
Test = "1"
UnPack = "1"
julia = "1.9"
julia = "1.10"

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

0 comments on commit f679d4e

Please sign in to comment.