Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +14 -14
requirements.txt
CHANGED
|
@@ -1,15 +1,15 @@
|
|
| 1 |
-
fastapi==0.111.0
|
| 2 |
-
uvicorn==0.29.0
|
| 3 |
-
pydantic==2.1.1
|
| 4 |
-
python-dotenv==1.0.1
|
| 5 |
-
requests==2.32.3
|
| 6 |
-
nltk==3.9.1
|
| 7 |
-
transformers==4.53.2
|
| 8 |
-
torch==2.5.1
|
| 9 |
-
xgboost==3.0.0
|
| 10 |
-
scikit-learn==1.5.1
|
| 11 |
-
numpy==1.26.4
|
| 12 |
-
pandas==2.2.3
|
| 13 |
-
openai==1.3.7
|
| 14 |
-
google-generativeai==0.8.5
|
| 15 |
llama-cpp-python==0.3.12
|
|
|
|
| 1 |
+
fastapi==0.111.0
|
| 2 |
+
uvicorn==0.29.0
|
| 3 |
+
pydantic==2.1.1
|
| 4 |
+
python-dotenv==1.0.1
|
| 5 |
+
requests==2.32.3
|
| 6 |
+
nltk==3.9.1
|
| 7 |
+
transformers==4.53.2
|
| 8 |
+
torch==2.5.1
|
| 9 |
+
xgboost==3.0.0
|
| 10 |
+
scikit-learn==1.5.1
|
| 11 |
+
numpy==1.26.4
|
| 12 |
+
pandas==2.2.3
|
| 13 |
+
openai==1.3.7
|
| 14 |
+
google-generativeai==0.8.5
|
| 15 |
llama-cpp-python==0.3.12
|