From d2bcaae157f133b20d7aee41c7aabc9f0e970911 Mon Sep 17 00:00:00 2001 From: imeepos Date: Thu, 10 Jul 2025 15:20:02 +0800 Subject: [PATCH] fix: requirement --- python_core/requirements.txt | 60 +++++++++++++++++------------------- 1 file changed, 28 insertions(+), 32 deletions(-) diff --git a/python_core/requirements.txt b/python_core/requirements.txt index f84c827..4903bc7 100644 --- a/python_core/requirements.txt +++ b/python_core/requirements.txt @@ -1,45 +1,41 @@ -moviepy>=1.0.3 -ffmpeg-python>=0.2.0 -opencv-python>=4.8.0 +moviepy +ffmpeg-python +opencv-python -librosa>=0.10.0 -pydub>=0.25.1 -pyaudio>=0.2.11 +pydub -madmom>=0.16.1 -music21>=8.1.0 -pysynth>=0.9.3 -magenta>=2.1.4 +music21 +magenta -pyautogui>=0.9.54 -pynput>=1.7.6 +pyautogui +pynput -celery>=5.3.0 -redis>=4.5.0 +celery +redis -# Database & Search -elasticsearch>=8.8.0 +elasticsearch -numpy>=1.24.0 -scipy>=1.10.0 -matplotlib>=3.7.0 -pillow>=10.0.0 -requests>=2.31.0 -python-dotenv>=1.0.0 +numpy +scipy +matplotlib +pillow +requests +python-dotenv -pytest>=7.4.0 -pytest-asyncio>=0.21.0 -black>=23.0.0 -flake8>=6.0.0 +pytest +pytest-asyncio +black +flake8 -tkinter-tooltip>=2.0.0 +tkinter-tooltip -python-magic>=0.4.27 -mutagen>=1.46.0 +python-magic +mutagen -loguru>=0.7.0 +loguru -pydantic>=2.0.0 -pyyaml>=6.0 +pydantic +pyyaml pydantic_settings +Cython \ No newline at end of file