Skip to content

Commit 4cc2075

Browse files
committed
loosen bounds
1 parent 28e8a72 commit 4cc2075

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

Project.toml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -60,50 +60,50 @@ LinearSolveRecursiveArrayToolsExt = "RecursiveArrayTools"
6060
[compat]
6161
AllocCheck = "0.1"
6262
Aqua = "0.8"
63-
ArrayInterface = "7.7"
64-
BandedMatrices = "1.4"
63+
ArrayInterface = "7.5"
64+
BandedMatrices = "1"
6565
BlockDiagonals = "0.1.42"
6666
CUDA = "5"
67-
ConcreteStructs = "0.2.3"
68-
DocStringExtensions = "0.9.3"
67+
ConcreteStructs = "0.2"
68+
DocStringExtensions = "0.9"
6969
EnumX = "1"
70-
Enzyme = "0.11.11"
71-
EnzymeCore = "0.6.4"
70+
Enzyme = "0.11.10"
71+
EnzymeCore = "0.6.2"
7272
FastAlmostBandedMatrices = "0.1"
7373
FastLapackInterface = "2"
74-
FiniteDiff = "2.21"
75-
ForwardDiff = "0.10.36"
76-
GPUArraysCore = "0.1.5"
77-
HYPRE = "1.5.0"
74+
FiniteDiff = "2.18"
75+
ForwardDiff = "0.10.13"
76+
GPUArraysCore = "0.1"
77+
HYPRE = "1.4.0"
7878
InteractiveUtils = "1.9"
7979
IterativeSolvers = "0.9.3"
80-
JET = "0.8.21"
81-
KLU = "0.4.1"
80+
JET = "0.8"
81+
KLU = "0.3.0, 0.4"
8282
KernelAbstractions = "0.9"
83-
Krylov = "0.9.5"
83+
Krylov = "0.9"
8484
KrylovKit = "0.6"
8585
Libdl = "1.9"
8686
LinearAlgebra = "1.9"
87-
MPI = "0.20.19"
87+
MPI = "0.20"
8888
Metal = "0.5"
8989
MultiFloats = "1"
9090
Pardiso = "0.5"
9191
Pkg = "1"
92-
PrecompileTools = "1.2"
92+
PrecompileTools = "1.1"
9393
Preferences = "1.4"
9494
Random = "1"
95-
RecursiveArrayTools = "3.2"
96-
RecursiveFactorization = "0.2.21"
97-
Reexport = "1.2"
95+
RecursiveArrayTools = "2.38, 3"
96+
RecursiveFactorization = "0.2.14"
97+
Reexport = "1"
9898
SafeTestsets = "0.1"
99-
SciMLBase = "2.11"
100-
SciMLOperators = "0.3.7"
101-
Setfield = "1.1"
99+
SciMLBase = "2"
100+
SciMLOperators = "0.3"
101+
Setfield = "1"
102102
SparseArrays = "1.9"
103-
Sparspak = "0.3.9"
104-
StaticArrays = "1.8"
105-
StaticArraysCore = "1.4"
106-
Test = "1.9"
103+
Sparspak = "0.3.6"
104+
StaticArrays = "1.5"
105+
StaticArraysCore = "1.2"
106+
Test = "1"
107107
UnPack = "1"
108108
julia = "1.9"
109109

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

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

0 commit comments

Comments
 (0)