ericjedha commited on
Commit
996c385
·
verified ·
1 Parent(s): 2641b39

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -10,7 +10,8 @@ huggingface_hub
10
  pandas
11
  plotly
12
  tqdm
13
- torch==2.1.0
14
- transformers==4.41.0
15
-
 
16
 
 
10
  pandas
11
  plotly
12
  tqdm
13
+ numpy>=1.21.0
14
+ torch>=1.9.0
15
+ transformers>=4.21.0
16
+ tokenizers>=0.13.0
17