Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ numpy==2.2.5
|
|
5 |
pandas==2.2.3
|
6 |
Pillow==11.2.1
|
7 |
torch==2.6.0
|
8 |
-
tqdm==4.67.1
|
|
|
|
5 |
pandas==2.2.3
|
6 |
Pillow==11.2.1
|
7 |
torch==2.6.0
|
8 |
+
tqdm==4.67.1
|
9 |
+
transformers
|