Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
gradio==3.0.0
|
2 |
transformers==4.10.0
|
3 |
-
tokenizers==0.10.3
|
4 |
torch==1.11.0
|
5 |
Pillow==8.4.0
|
|
|
|
1 |
gradio==3.0.0
|
2 |
transformers==4.10.0
|
3 |
+
tokenizers==0.10.3 # Force using a version with pre-built wheels
|
4 |
torch==1.11.0
|
5 |
Pillow==8.4.0
|
6 |
+
pip==21.3.1 # Ensure using a compatible version of pip to handle pre-built wheels
|