Skip to content

Commit

Permalink
Update install_dependencies.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dcajasn committed Jan 20, 2024
1 parent 6b91299 commit 59d8f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous_integration/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [[ "$PYTHON_VERSION" == "3.11" ]]; then
elif [[ "$RUNNER_OS" == "Windows" ]] && [[ "$PYTHON_VERSION" == "3.8" ]]; then
python -m pip install gurobipy clarabel osqp
else
python -m pip install "ortools>=9.3,<9.5" coptpy cplex sdpa-python diffcp gurobipy xpress clarabel sdpa-python
python -m pip install "ortools>=9.3,<9.5" coptpy sdpa-python diffcp gurobipy clarabel sdpa-python
fi

# cylp has wheels for all versions 3.7 - 3.10, except for 3.7 on Windows
Expand Down

0 comments on commit 59d8f4a

Please sign in to comment.