Skip to content

Commit 8b0008e

Browse files
committed
build: fix lts compat
1 parent 5cb12a3 commit 8b0008e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/OptimizationIpopt/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
1313

1414
[compat]
1515
Ipopt = "1.10.3"
16-
LinearAlgebra = "1.11.0"
16+
LinearAlgebra = "1.10.0"
1717
Optimization = "4.3.0"
1818
SciMLBase = "2.90.0"
19-
SparseArrays = "1.11.0"
19+
SparseArrays = "1.10.0"
2020
SymbolicIndexingInterface = "0.3.40"
2121
julia = "1.10"
2222

0 commit comments

Comments
 (0)