Skip to content

Commit 83a13f8

Browse files
committed
fix: 🐛 Limit version of OptimizationProblems to 0.7.3
Version 0.7.4 was breaking. Another issue was created to update to use 0.7.4. ✅ Closes: #156
1 parent d11d0f6 commit 83a13f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ NLPModelsJuMP = "0.11, 0.12"
4444
NLPModelsKnitro = "0.7, 0.8, 0.9"
4545
NLPModelsModifiers = "0.6.2, 0.7"
4646
NLSProblems = "0.5"
47-
OptimizationProblems = "0.7"
47+
OptimizationProblems = "0.7.0 - 0.7.3"
4848
Percival = "0.6, 0.7"
4949
QuadraticModels = "0.9.2"
5050
RipQP = "0.5, 0.6"

0 commit comments

Comments
 (0)