Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -10,7 +10,8 @@ huggingface_hub
|
|
10 |
pandas
|
11 |
plotly
|
12 |
tqdm
|
13 |
-
|
14 |
-
|
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 |
|