From 5c00ee76c458287d9703e6927013794a8cd87272 Mon Sep 17 00:00:00 2001 From: Franco Peschiera Date: Thu, 29 Aug 2024 12:15:33 +0200 Subject: [PATCH] move pulp to version 2.9.0 (#550) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- cornflow-dags/requirements.txt | 2 +- cornflow-server/requirements.txt | 2 +- libs/client/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cornflow-dags/requirements.txt b/cornflow-dags/requirements.txt index 9ccfd667..f06c51bf 100644 --- a/cornflow-dags/requirements.txt +++ b/cornflow-dags/requirements.txt @@ -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 diff --git a/cornflow-server/requirements.txt b/cornflow-server/requirements.txt index 065eba48..90a34313 100644 --- a/cornflow-server/requirements.txt +++ b/cornflow-server/requirements.txt @@ -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 diff --git a/libs/client/requirements.txt b/libs/client/requirements.txt index cd15bac1..27c7dd93 100644 --- a/libs/client/requirements.txt +++ b/libs/client/requirements.txt @@ -4,4 +4,4 @@ jsonschema<=4.19.1 marshmallow<=3.19.0 pytups<=0.86.2 ortools<=9.8.3296 -PuLP<=2.7.0 \ No newline at end of file +PuLP<=2.9.0