Skip to content

Commit 19e8568

Browse files
committed
Update package compatibility versions in Project.toml
Updated compatibility versions for several packages.
1 parent 76989fa commit 19e8568

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

Project.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1111
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1212

1313
[compat]
14-
FastClosures = "0.2.1, 0.3.0"
14+
FastClosures = "0.3.0"
15+
LinearAlgebra = "1.10"
1516
LinearOperators = "^2.7"
16-
NLPModels = "0.19, 0.20, 0.21"
17-
julia = "^1.6.0"
17+
NLPModels = "0.21.6"
18+
Printf = "1.10"
19+
SparseArrays = "1.10"
20+
julia = "1.10"
1821

1922
[extras]
2023
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"

0 commit comments

Comments
 (0)