Eliot0110 commited on
Commit
6bb30f1
·
1 Parent(s): 5696e91

fix: complementate missing lib

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -20,7 +20,8 @@ timm
20
  # 工具库
21
  numpy>=1.24.0
22
  typing-extensions>=4.8.0
23
- huggingface-hub>=0.19.0 # 用于模型下载
 
24
 
25
  # 测试框架
26
  pytest>=7.4.0
 
20
  # 工具库
21
  numpy>=1.24.0
22
  typing-extensions>=4.8.0
23
+ huggingface-hub>=0.19.0
24
+ jieba>=0.42.1
25
 
26
  # 测试框架
27
  pytest>=7.4.0