new_require

This commit is contained in:
superlishunqin 2025-03-13 09:25:06 +08:00
parent d7ab44203d
commit 7e37329831
2 changed files with 23 additions and 23 deletions

0
export_all_pyfile.py Normal file
View File

View File

@ -1,29 +1,29 @@
# 核心依赖 # 核心依赖 - 版本精确指定以确保兼容性
tensorflow>=2.5.0 tensorflow==2.10.0 # 与CUDA 11.2和cuDNN 8.1兼容
numpy>=1.19.5 numpy==1.23.5
pandas>=1.3.0 pandas==1.5.1
scikit-learn>=0.24.2 scikit-learn==1.1.3
matplotlib>=3.4.2 matplotlib==3.6.2
jieba>=0.42.1 jieba==0.42.1
tqdm>=4.61.1 tqdm==4.64.1
gensim>=4.0.1 gensim==4.2.0
# 数据处理 # 数据处理
nltk>=3.6.2 nltk==3.7
symspellpy>=6.7.0 symspellpy==6.7.6
h5py>=3.1.0 h5py==3.7.0
openpyxl>=3.0.7 openpyxl==3.0.10
xlrd>=2.0.1 xlrd==2.0.1
# Web和API依赖 # Web和API依赖
flask>=2.0.1 flask==2.2.2
fastapi>=0.68.0 fastapi==0.88.0
uvicorn>=0.15.0 uvicorn==0.20.0
pydantic>=1.8.2 pydantic==1.10.2
werkzeug>=2.0.1 werkzeug==2.2.2
jinja2>=3.0.1 jinja2==3.1.2
python-multipart>=0.0.5 python-multipart==0.0.5
# 其他工具 # 其他工具
requests>=2.26.0 requests==2.28.1
synonyms>=3.15.0 synonyms==3.16.0