Skip to content

Commit 4bfbe7c

Browse files
abelsiqueiradpo
authored andcommitted
Limit NLPModels and LinearOperators versions
1 parent e2675f8 commit 4bfbe7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1414

1515
[compat]
1616
FastClosures = "≥ 0.2.1"
17-
LinearOperators = "0.5.0"
18-
NLPModels = "0.6.1"
17+
LinearOperators = "0.5.0"
18+
NLPModels = "0.6.1, < 0.9.0"
1919
Requires = "≥ 0.3.0"
2020
julia = "^1.0.0"

0 commit comments

Comments
 (0)