Skip to content

Commit 03bdd65

Browse files
RobbieKiwiRobbie Muir
andauthored
Bugfix/fix notebook docs (#546)
* add highs to doc dependencies * minor changes --------- Co-authored-by: Robbie Muir <robbie.muir@gmail.com>
1 parent 962b17e commit 03bdd65

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

doc/release_notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Release Notes
33

44
.. Upcoming Version
55
6+
* Bugfix for missing dependency for jupyter notebook example in documentation
67
* Add support for SOS1 and SOS2 (Special Ordered Sets) constraints via ``Model.add_sos_constraints()`` and ``Model.remove_sos_constraints()``
78
* Add simplify method to LinearExpression to combine duplicate terms
89
* Add convenience function to create LinearExpression from constant

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ docs = [
5858
"gurobipy==11.0.2",
5959
"ipykernel==6.29.5",
6060
"matplotlib==3.9.1",
61+
"highspy>=1.7.1",
6162
]
6263
dev = [
6364
"pytest",

0 commit comments

Comments
 (0)