Skip to content

Commit

Permalink
move pulp to version 2.9.0 (#550)
Browse files Browse the repository at this point in the history
* move pulp to version 2.9.0

there are fixes and improvements for the HiGHS_CMD interface.

* we need to change the library version of all references to pulp

---------

Co-authored-by: Guillermo González-Santander de la Cruz <guillermo.gonzalez@baobabsoluciones.es>
  • Loading branch information
pchtsp and ggsdc authored Aug 29, 2024
1 parent 0d4cc2f commit 5c00ee7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cornflow-dags/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cornflow-client>=1.1.0
orloge<=0.17.2
PuLP<=2.7
PuLP<=2.9.0
pandas<=2.1.1
hackathonbaobab2020[solvers]
pytups<=0.86.2
Expand Down
2 changes: 1 addition & 1 deletion cornflow-server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gunicorn<=22.0.0
jsonpatch<=1.32
ldap3<=2.9.1
marshmallow<=3.19.0
PuLP<=2.7.0
PuLP<=2.9.0
psycopg2<=2.95
PyJWT<=2.6.0
pytups>=0.86.2
Expand Down
2 changes: 1 addition & 1 deletion libs/client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ jsonschema<=4.19.1
marshmallow<=3.19.0
pytups<=0.86.2
ortools<=9.8.3296
PuLP<=2.7.0
PuLP<=2.9.0

0 comments on commit 5c00ee7

Please sign in to comment.