GITLAB

tangwang / recommendation

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • recommendation
  • requirements.txt
  • 789edb14   add logs Browse Code »
    tangwang
    2025-10-24 13:50:04 +0800  
requirements.txt 332 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
pandas>=1.3.0
numpy>=1.21.0

sqlalchemy>=1.4.0
pymysql>=1.0.0

gensim>=4.0.0
scikit-learn>=1.0.0

# 图处理
networkx>=2.6.0

# 并行计算
joblib>=1.0.0

# Redis客户端
redis>=4.0.0

# Elasticsearch客户端
elasticsearch>=8.0.0

# 配置和日志
pyyaml>=5.4.0

# 进度条
tqdm>=4.62.0

# 其他工具
python-dateutil>=2.8.0