From 025707d9ad474a6810572042121f1ba0707775a1 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 16 Dec 2025 17:41:01 +0100 Subject: [PATCH] chore: bump joblib to 1.5.3 --- requirements-freqai.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-freqai.txt b/requirements-freqai.txt index c3a0022f3..b05b389b3 100644 --- a/requirements-freqai.txt +++ b/requirements-freqai.txt @@ -4,7 +4,7 @@ # Required for freqai scikit-learn==1.7.2 -joblib==1.5.2 +joblib==1.5.3 catboost==1.2.8; 'arm' not in platform_machine and python_version < '3.14' lightgbm==4.6.0 xgboost==3.1.2 diff --git a/requirements.txt b/requirements.txt index d14fddede..6d489cb05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ jsonschema==4.25.1 tabulate==0.9.0 pycoingecko==3.2.0 jinja2==3.1.6 -joblib==1.5.2 +joblib==1.5.3 rich==14.2.0 pyarrow==22.0.0; platform_machine != 'armv7l'