Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
torch==2.0.1
|
| 2 |
transformers==4.36.2
|
| 3 |
pandas==2.1.4
|
|
@@ -14,5 +16,4 @@ uvicorn==0.24.0
|
|
| 14 |
python-multipart==0.0.6
|
| 15 |
jinja2==3.1.2
|
| 16 |
aiofiles==23.2.1
|
| 17 |
-
gunicorn==21.2.0
|
| 18 |
-
setuptools>=65.0.0
|
|
|
|
| 1 |
+
setuptools>=65.0.0
|
| 2 |
+
wheel>=0.38.0
|
| 3 |
torch==2.0.1
|
| 4 |
transformers==4.36.2
|
| 5 |
pandas==2.1.4
|
|
|
|
| 16 |
python-multipart==0.0.6
|
| 17 |
jinja2==3.1.2
|
| 18 |
aiofiles==23.2.1
|
| 19 |
+
gunicorn==21.2.0
|
|
|