From c8de7906513ade2f7d200af286cc0a7b255c6747 Mon Sep 17 00:00:00 2001 From: zln123 <15036391780@163.com> Date: Thu, 26 Feb 2026 19:27:55 +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 | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 8fb1bb0..0000000 --- a/requirements.txt +++ /dev/null @@ -1,27 +0,0 @@ -# CardioAI - 心血管疾病智能辅助系统 -# 环境配置说明: -# 1. 创建conda虚拟环境: -# conda create -n cardioenv python=3.10 -# 2. 激活环境: -# conda activate cardioenv -# 3. 安装依赖: -# pip install -r requirements.txt - -# 核心依赖 -pandas>=2.0.0 -openpyxl>=3.1.0 -numpy>=1.24.0 -scikit-learn>=1.3.0 -xgboost>=2.0.0 -joblib>=1.3.0 - -# 可视化与Web框架 -streamlit>=1.28.0 -plotly>=5.17.0 -Flask>=2.3.0 - -# 环境配置与AI -python-dotenv>=1.0.0 -langchain-openai>=0.0.5 -dashscope>=1.14.0 -requests>=2.31.0 \ No newline at end of file