Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -20
requirements.txt
CHANGED
|
@@ -1,26 +1,8 @@
|
|
| 1 |
-
# Gradio
|
| 2 |
gradio==5.44.1
|
| 3 |
-
|
| 4 |
-
# HTTP requests & web scraping
|
| 5 |
-
requests>=2.31.0
|
| 6 |
-
beautifulsoup4>=4.12.2
|
| 7 |
-
selenium>=4.14.0
|
| 8 |
-
lxml>=4.9.3
|
| 9 |
-
tqdm>=4.66.1
|
| 10 |
-
|
| 11 |
-
# Data processing & math
|
| 12 |
pandas>=2.1.1
|
| 13 |
numpy>=1.26.0
|
| 14 |
-
|
| 15 |
-
# Machine learning / predictive modeling
|
| 16 |
scikit-learn>=1.3.2
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
# Hugging Face / Transformers
|
| 20 |
-
huggingface_hub>=0.18,<1.0
|
| 21 |
-
transformers>=4.34.0
|
| 22 |
-
|
| 23 |
-
# Optional utilities
|
| 24 |
-
python-dotenv>=1.0.0
|
| 25 |
|
| 26 |
|
|
|
|
|
|
|
| 1 |
gradio==5.44.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
pandas>=2.1.1
|
| 3 |
numpy>=1.26.0
|
|
|
|
|
|
|
| 4 |
scikit-learn>=1.3.2
|
| 5 |
+
xgboost>=1.7.0
|
| 6 |
+
joblib>=1.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
|
| 8 |
|