Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -3,4 +3,6 @@ torch==2.0.1
|
|
3 |
torchvision==0.15.2
|
4 |
transformers==4.34.0
|
5 |
Pillow==10.0.1
|
6 |
-
requests==2.31.0
|
|
|
|
|
|
3 |
torchvision==0.15.2
|
4 |
transformers==4.34.0
|
5 |
Pillow==10.0.1
|
6 |
+
requests==2.31.0
|
7 |
+
numpy>=1.24.3
|
8 |
+
huggingface-hub>=0.16.4
|