Skip to content

Commit

Permalink
adjust gurobi config (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-imamichi authored May 8, 2024
1 parent a52d23d commit 40743dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@
"cplex": ["cplex; python_version < '3.12' and platform_machine != 'arm64'"],
"cvx": ["cvxpy"],
"matplotlib": ["matplotlib"],
"gurobi": ["gurobipy"],
"gurobi": [
"gurobipy; platform_machine != 'arm64' or python_version >= '3.9' and platform_machine == 'arm64'"
],
},
project_urls={
"Bug Tracker": "https://github.com/qiskit-community/qiskit-optimization/issues",
Expand Down

0 comments on commit 40743dd

Please sign in to comment.