Skip to content

Commit

Permalink
Test with gurobipy 10
Browse files Browse the repository at this point in the history
  • Loading branch information
pobonomo committed Nov 22, 2023
1 parent 0221fcd commit d57fbcc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gurobipy==11.0.0beta1
gurobipy==10.0.3
matplotlib-inline==0.1.6
matplotlib==3.6.0
sphinxcontrib_bibtex==2.5.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gurobipy==11.0.0beta1
gurobipy==10.0.3
numpy==1.26.2
pandas==2.1.3
scikit-learn==1.3.2
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ isolated_build = True

[gh-actions]
python =
3.9: pre-commit,py39-all_deps-gurobi11
3.10: py310-all_deps-gurobi11
3.11: docs,py311-{keras,pytorch,sklearn,xgboost,no_deps,all_deps}-{gurobi10,gurobi11}
3.9: pre-commit,py39-all_deps-gurobi10
3.10: py310-all_deps-gurobi10
3.11: docs,py311-{keras,pytorch,sklearn,xgboost,no_deps,all_deps}-{gurobi10}

[testenv:docs]
deps=
Expand Down

0 comments on commit d57fbcc

Please sign in to comment.