From 19666a1f717544234410277e28dcff911dc18e89 Mon Sep 17 00:00:00 2001 From: lschilders Date: Tue, 24 Feb 2026 12:12:58 +0100 Subject: [PATCH 1/3] fix: pin mlflow-skinny to <3.10 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fc529d05b..68bef0062 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ holidays==0.21 joblib==1.3.2 lightgbm>=4.0 matplotlib~=3.7 -mlflow-skinny>=2.0,<4.0 +mlflow-skinny>=2.0,<3.10.0 networkx~=3.1 numpy>=2,<3 optuna~=3.1 From 1e94de5dc862892567491f7d149f5698c210946e Mon Sep 17 00:00:00 2001 From: lschilders Date: Tue, 24 Feb 2026 13:12:10 +0100 Subject: [PATCH 2/3] fix: pin mlflow-skinny to <3.9 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 68bef0062..259b967fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ holidays==0.21 joblib==1.3.2 lightgbm>=4.0 matplotlib~=3.7 -mlflow-skinny>=2.0,<3.10.0 +mlflow-skinny>=2.0,<3.9.0 networkx~=3.1 numpy>=2,<3 optuna~=3.1 From 52dd83026257052e29a1e32d0973413a745e4b2a Mon Sep 17 00:00:00 2001 From: lschilders Date: Tue, 24 Feb 2026 13:16:18 +0100 Subject: [PATCH 3/3] fix: pin mlflow-skinny to <3.8 Signed-off-by: lschilders --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 259b967fa..3b130686e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ holidays==0.21 joblib==1.3.2 lightgbm>=4.0 matplotlib~=3.7 -mlflow-skinny>=2.0,<3.9.0 +mlflow-skinny>=2.0,<3.8.0 networkx~=3.1 numpy>=2,<3 optuna~=3.1