Skip to content

Commit

Permalink
Fix typo in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pablormier committed Apr 29, 2024
1 parent 19d7ca8 commit 92dbe81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ numpy = ">=1.22"
cvxpy = {version = "^1.3.2", optional = true}
PICOS = {version = "^2.4.1", optional = true}
# PyPI available solvers (more supported through third party packages, e.g. CPLEX, MOSEK, ...)
cylp = {version = "^0.92.2"", optional = true}
cylp = {version = "^0.92.2", optional = true}
scipy = {version = "^1.13.0", optional = true}
pyscipopt = {version = "^5.0.0", optional = true}
gurobipy = {version = "^11.0.1", optional = true}
Expand Down

0 comments on commit 92dbe81

Please sign in to comment.