chore: bump joblib to 1.5.3

This commit is contained in:
Matthias
2025-12-16 17:41:01 +01:00
parent 4540e2ceea
commit 025707d9ad
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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'