Skip to content

Commit

Permalink
add constraint for cplex
Browse files Browse the repository at this point in the history
  • Loading branch information
t-imamichi committed Dec 11, 2023
1 parent 36ad1a1 commit 0add859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
include_package_data=True,
python_requires=">=3.8",
extras_require={
"cplex": ["cplex"],
"cplex": ["cplex; python_version < '3.12'"],
"cvx": ["cvxpy"],
"matplotlib": ["matplotlib"],
"gurobi": ["gurobipy"],
Expand Down

0 comments on commit 0add859

Please sign in to comment.