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