Skip to content

Commit

Permalink
fix: removed ortools from requirements and added changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
d-krupke committed Oct 31, 2024
1 parent 7b100af commit 12770c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ contributing or contacting me for other ways to support it.

## Changes

- 2024-10-31: Fixed parsing when the model was solved in presolve.
- 2024-09-05: Improved the parsing of the parameters.
- 2024-09-05: No longer warn if status is `OPTIMAL`, but there is a gap, as
CP-SAT considers everything as optimal if you specified a tolerance. This is
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pandas>=2.0.0
plotly==5.18.0
streamlit>=1.30.0
ortools
streamlit>=1.30.0

0 comments on commit 12770c9

Please sign in to comment.