Skip to content

Commit

Permalink
adjust gurobi config (#616) (#618)
Browse files Browse the repository at this point in the history
(cherry picked from commit 40743dd)

Co-authored-by: Takashi Imamichi <31178928+t-imamichi@users.noreply.github.com>
  • Loading branch information
mergify[bot] and t-imamichi authored May 8, 2024
1 parent c23bd6c commit 30d0961
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 30d0961

Please sign in to comment.