Skip to content

Commit fefd698

Browse files
authored
Merge pull request freqtrade#12179 from freqtrade/deps/loky
CI: Bump joblib to latest version
2 parents 3512d78 + 54c4dd1 commit fefd698

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
strategy:
259259
matrix:
260260
os: [ "windows-2022", "windows-2025" ]
261-
python-version: ["3.11", "3.12", "3.13.6"]
261+
python-version: ["3.11", "3.12", "3.13"]
262262

263263
steps:
264264
- uses: actions/checkout@v5

requirements-freqai.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Required for freqai
66
scikit-learn==1.7.1
7-
joblib==1.5.1
7+
joblib==1.5.2
88
catboost==1.2.8; 'arm' not in platform_machine
99
lightgbm==4.6.0
1010
xgboost==3.0.4

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jsonschema==4.25.1
2525
tabulate==0.9.0
2626
pycoingecko==3.2.0
2727
jinja2==3.1.6
28-
joblib==1.5.1
28+
joblib==1.5.2
2929
rich==14.1.0
3030
pyarrow==21.0.0; platform_machine != 'armv7l' and platform_machine != "aarch64"
3131
# TODO: downgrade for aarch64 until https://github.com/apache/arrow/issues/47229 is resolved

0 commit comments

Comments
 (0)