Skip to content

Commit

Permalink
loosen bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoStrouwen committed Dec 22, 2023
1 parent 28e8a72 commit 4cc2075
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,50 +60,50 @@ LinearSolveRecursiveArrayToolsExt = "RecursiveArrayTools"
[compat]
AllocCheck = "0.1"
Aqua = "0.8"
ArrayInterface = "7.7"
BandedMatrices = "1.4"
ArrayInterface = "7.5"
BandedMatrices = "1"
BlockDiagonals = "0.1.42"
CUDA = "5"
ConcreteStructs = "0.2.3"
DocStringExtensions = "0.9.3"
ConcreteStructs = "0.2"
DocStringExtensions = "0.9"
EnumX = "1"
Enzyme = "0.11.11"
EnzymeCore = "0.6.4"
Enzyme = "0.11.10"
EnzymeCore = "0.6.2"
FastAlmostBandedMatrices = "0.1"
FastLapackInterface = "2"
FiniteDiff = "2.21"
ForwardDiff = "0.10.36"
GPUArraysCore = "0.1.5"
HYPRE = "1.5.0"
FiniteDiff = "2.18"
ForwardDiff = "0.10.13"
GPUArraysCore = "0.1"
HYPRE = "1.4.0"
InteractiveUtils = "1.9"
IterativeSolvers = "0.9.3"
JET = "0.8.21"
KLU = "0.4.1"
JET = "0.8"
KLU = "0.3.0, 0.4"
KernelAbstractions = "0.9"
Krylov = "0.9.5"
Krylov = "0.9"
KrylovKit = "0.6"
Libdl = "1.9"
LinearAlgebra = "1.9"
MPI = "0.20.19"
MPI = "0.20"
Metal = "0.5"
MultiFloats = "1"
Pardiso = "0.5"
Pkg = "1"
PrecompileTools = "1.2"
PrecompileTools = "1.1"
Preferences = "1.4"
Random = "1"
RecursiveArrayTools = "3.2"
RecursiveFactorization = "0.2.21"
Reexport = "1.2"
RecursiveArrayTools = "2.38, 3"
RecursiveFactorization = "0.2.14"
Reexport = "1"
SafeTestsets = "0.1"
SciMLBase = "2.11"
SciMLOperators = "0.3.7"
Setfield = "1.1"
SciMLBase = "2"
SciMLOperators = "0.3"
Setfield = "1"
SparseArrays = "1.9"
Sparspak = "0.3.9"
StaticArrays = "1.8"
StaticArraysCore = "1.4"
Test = "1.9"
Sparspak = "0.3.6"
StaticArrays = "1.5"
StaticArraysCore = "1.2"
Test = "1"
UnPack = "1"
julia = "1.9"

Expand Down Expand Up @@ -133,4 +133,4 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Aqua", "Test", "IterativeSolvers", "InteractiveUtils", "JET", "KrylovKit", "Pkg", "Random", "SafeTestsets", "MultiFloats", "ForwardDiff", "HYPRE", "MPI", "BlockDiagonals", "Enzyme", "FiniteDiff", "BandedMatrices", "FastAlmostBandedMatrices", "StaticArrays", "AllocCheck"]
test = ["Aqua", "Test", "IterativeSolvers", "InteractiveUtils", "JET", "KrylovKit", "Pkg", "Random", "SafeTestsets", "MultiFloats", "ForwardDiff", "HYPRE", "MPI", "BlockDiagonals", "Enzyme", "FiniteDiff", "BandedMatrices", "FastAlmostBandedMatrices", "StaticArrays", "AllocCheck"]

0 comments on commit 4cc2075

Please sign in to comment.