Skip to content

Commit 0add859

Browse files
committed
add constraint for cplex
1 parent 36ad1a1 commit 0add859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
include_package_data=True,
7474
python_requires=">=3.8",
7575
extras_require={
76-
"cplex": ["cplex"],
76+
"cplex": ["cplex; python_version < '3.12'"],
7777
"cvx": ["cvxpy"],
7878
"matplotlib": ["matplotlib"],
7979
"gurobi": ["gurobipy"],

0 commit comments

Comments
 (0)