From d98e749880c95f9136ee87356dc8416b1a9fef97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6ck?= <38401818+JSchoeck@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:26:22 +0100 Subject: [PATCH] Update requirements.txt Limit markupsafe to 2.1.4, as 2.1.5 fails --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 37ca346..4a389e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,5 @@ pandas tqdm joblib lightgbm -xgboost \ No newline at end of file +xgboost +markupsafe <=2.1.4