From fa5f6ca18dc73ddc05a4d988fb0c868b83359ffe Mon Sep 17 00:00:00 2001 From: Lion-Wu <130235128+Lion-Wu@users.noreply.github.com> Date: Mon, 17 Feb 2025 19:45:01 +0800 Subject: [PATCH] Update requirements.txt Matplotlib should be below version 3.10 to avoid AttributeError. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 4ff78b7..f30d404 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,3 +36,4 @@ python_mecab_ko; sys_platform != 'win32' fastapi<0.112.2 x_transformers torchmetrics<=1.5 +matplotlib<3.10