From e86c554594eae907b7b76fcad3cdd2d4f99f841f Mon Sep 17 00:00:00 2001 From: Wang_Run_Ze Date: Fri, 27 Jun 2025 17:11:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20requirements.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 293182c..0000000 --- a/requirements.txt +++ /dev/null @@ -1,33 +0,0 @@ -# 视频检测系统依赖包 - -# 核心依赖 -ultralytics>=8.0.0 -opencv-python>=4.5.0 -numpy>=1.21.0 -Pillow>=8.0.0 - -# 数据处理 -pandas>=1.3.0 - -# 进度显示 -tqdm>=4.62.0 - -# 配置文件处理 -PyYAML>=6.0 - -# 图像处理增强 -scipy>=1.7.0 -matplotlib>=3.4.0 - -# GPU支持 (可选) -# torch>=1.9.0 -# torchvision>=0.10.0 - -# 系统工具 -psutil>=5.8.0 - -# Web应用框架 -flask>=2.0.0 -werkzeug>=2.0.0 -flask-wtf>=1.0.0 -python-dotenv>=0.15.0 \ No newline at end of file