From 366c7e2b9162902d09420026694252816bda6318 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 4 Aug 2024 19:54:51 +0200 Subject: [PATCH] fix: pin matplotlib to 3.9.0 to fix windows wheels caused by the partial yank of 3.9.1 (only the windows wheels have been deleted). Ref: https://github.com/matplotlib/matplotlib/issues/28551 --- requirements-freqai.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements-freqai.txt b/requirements-freqai.txt index f2d6bd5f5..e0cd09582 100644 --- a/requirements-freqai.txt +++ b/requirements-freqai.txt @@ -6,6 +6,8 @@ scikit-learn==1.5.1 joblib==1.4.2 catboost==1.2.5; 'arm' not in platform_machine +# Temporary downgrade of matplotlib due to https://github.com/matplotlib/matplotlib/issues/28551 +matplotlib==3.9.0 lightgbm==4.5.0 xgboost==2.0.3 tensorboard==2.17.0