Update requirements.txt

Matplotlib should be below version 3.10 to avoid AttributeError.
This commit is contained in:
Lion-Wu 2025-02-17 19:45:01 +08:00 committed by GitHub
parent c17dd642c7
commit fa5f6ca18d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,3 +36,4 @@ python_mecab_ko; sys_platform != 'win32'
fastapi<0.112.2
x_transformers
torchmetrics<=1.5
matplotlib<3.10