Olivier-52 commited on
Commit ·
a7b98bf
1
Parent(s): 22bc910
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -4,11 +4,11 @@ transformers==4.38.0
|
|
| 4 |
torch==2.2.0
|
| 5 |
tokenizers>=0.15.2
|
| 6 |
requests>=2.31.0,<3
|
|
|
|
| 7 |
fastapi
|
| 8 |
uvicorn[standard]
|
| 9 |
pydantic
|
| 10 |
pandas
|
| 11 |
-
numpy
|
| 12 |
gunicorn
|
| 13 |
openpyxl
|
| 14 |
boto3
|
|
|
|
| 4 |
torch==2.2.0
|
| 5 |
tokenizers>=0.15.2
|
| 6 |
requests>=2.31.0,<3
|
| 7 |
+
numpy==1.24.4
|
| 8 |
fastapi
|
| 9 |
uvicorn[standard]
|
| 10 |
pydantic
|
| 11 |
pandas
|
|
|
|
| 12 |
gunicorn
|
| 13 |
openpyxl
|
| 14 |
boto3
|