From f9395d947a3307483881cac8930a90caba77494d Mon Sep 17 00:00:00 2001
From: Peter Vennemann <pv238554@fh-muenster.de>
Date: Sat, 23 Sep 2023 11:36:32 +0000
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 3501ee2..fff33d4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -35,7 +35,7 @@ RUN pip install plotly
 
 # Install for -> artifint
 RUN pip install python-constraint
-RUN pip install ortools==9.6.2534
+RUN pip install ortools==9.5.2237
 #RUN pip install tensorflow_decision_forests
 
 # Install for -> windkanl
-- 
GitLab