Skip to content

Commit 5b99087

Browse files
add 1.10 extensions of LinearAlgebra, Random and SparseArrays
1 parent 417d540 commit 5b99087

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ SVMExt = "MLDatasets"
3232
ADNLPModels = "0.7, 0.8"
3333
DifferentialEquations = "7.16"
3434
Distributions = "0.25"
35-
LinearAlgebra = "1.11"
35+
LinearAlgebra = "1.10, 1.11"
3636
ManualNLPModels = "0.2"
3737
MLDatasets = "0.7"
3838
NLPModels = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21"
3939
Noise = "0.2"
4040
ProximalOperators = "0.15, 0.16"
41-
Random = "1.11"
41+
Random = "1.10, 1.11"
4242
QuadraticModels = "0.9"
4343
SciMLSensitivity = "7.89"
4444
ShiftedProximalOperators = "0.2"
45-
SparseArrays = "1.11"
45+
SparseArrays = "1.10, 1.11"
4646
julia = "1.10"

0 commit comments

Comments
 (0)