We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd42b9 commit 5ad4dc8Copy full SHA for 5ad4dc8
setup.py
@@ -73,12 +73,10 @@
73
include_package_data=True,
74
python_requires=">=3.9",
75
extras_require={
76
- "cplex": ["cplex; python_version < '3.12' and platform_machine != 'arm64'"],
+ "cplex": ["cplex; python_version < '3.13'"],
77
"cvx": ["cvxpy"],
78
"matplotlib": ["matplotlib"],
79
- "gurobi": [
80
- "gurobipy; platform_machine != 'arm64' or python_version >= '3.9' and platform_machine == 'arm64'"
81
- ],
+ "gurobi": ["gurobipy; python_version >= '3.9'"],
82
},
83
project_urls={
84
"Bug Tracker": "https://github.com/qiskit-community/qiskit-optimization/issues",
0 commit comments