Skip to content

Commit e846557

Browse files
committed
Fix compat error
Signed-off-by: ErikQQY <2283984853@qq.com>
1 parent 1c21a12 commit e846557

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ NonlinearSolveZygoteExt = "Zygote"
5353
ADTypes = "0.2.5"
5454
Aqua = "0.8"
5555
ArrayInterface = "7.6"
56-
BandedMatrices = "1.4"
57-
BenchmarkTools = "1"
56+
BandedMatrices = "0.17, 1.4"
57+
BenchmarkTools = "1.4"
5858
ConcreteStructs = "0.2"
5959
DiffEqBase = "6.144"
6060
EnumX = "1"
@@ -67,7 +67,7 @@ LazyArrays = "1.8.2"
6767
LeastSquaresOptim = "0.8.5"
6868
LineSearches = "7.2"
6969
LinearAlgebra = "<0.0.1, 1"
70-
LinearSolve = "2.21"
70+
LinearSolve = "2"
7171
MINPACK = "1.2"
7272
MaybeInplace = "0.1.1"
7373
NLsolve = "4.5"
@@ -83,7 +83,7 @@ Reexport = "1.2"
8383
SafeTestsets = "0.1"
8484
SciMLBase = "2.11"
8585
SciMLOperators = "0.3.7"
86-
SIAMFANLEquations = "1.0"
86+
SIAMFANLEquations = "1.0.0"
8787
SimpleNonlinearSolve = "1.0.2"
8888
SparseArrays = "<0.0.1, 1"
8989
SparseDiffTools = "2.14"

0 commit comments

Comments
 (0)