Blame view

requirements.txt 332 Bytes
5ab1c29c   tangwang   first commit
1
2
3
  pandas>=1.3.0
  numpy>=1.21.0
  
5ab1c29c   tangwang   first commit
4
5
6
  sqlalchemy>=1.4.0
  pymysql>=1.0.0
  
5ab1c29c   tangwang   first commit
7
8
9
10
11
12
13
14
15
16
17
18
  gensim>=4.0.0
  scikit-learn>=1.0.0
  
  # 图处理
  networkx>=2.6.0
  
  # 并行计算
  joblib>=1.0.0
  
  # Redis客户端
  redis>=4.0.0
  
db578127   tangwang   offline tasks: me...
19
20
21
  # Elasticsearch客户端
  elasticsearch>=8.0.0
  
5ab1c29c   tangwang   first commit
22
23
24
25
26
27
28
29
  # 配置和日志
  pyyaml>=5.4.0
  
  # 进度条
  tqdm>=4.62.0
  
  # 其他工具
  python-dateutil>=2.8.0