From 8e5d0350c88daf4b8e9b35e9571a9c2d4d2694f0 Mon Sep 17 00:00:00 2001 From: Floke Date: Wed, 10 Sep 2025 20:03:36 +0000 Subject: [PATCH] requirements.txt aktualisiert --- requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1c0f6a04..d85677fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ oauth2client pandas==1.5.3 numpy scikit-learn -imblearn +# imblearn # Vorerst auskommentiert, da es für v5.0 nicht direkt benötigt wird openai==0.28.1 requests beautifulsoup4 @@ -21,4 +21,6 @@ thefuzz python-Levenshtein Flask pyngrok -gunicorn \ No newline at end of file +# gunicorn # gunicorn ist für Linux/macOS, nicht für Windows/Diskstation-Standard +joblib +xgboost==1.7.6 \ No newline at end of file