Spaces:
Runtime error
Runtime error
deps: Add beautifulsoup4 and lxml
Browse files- requirements.txt +17 -15
requirements.txt
CHANGED
|
@@ -1,21 +1,23 @@
|
|
| 1 |
-
flask>=2.0.0
|
| 2 |
-
requests>=2.25.0
|
| 3 |
-
numpy>=1.20.0
|
| 4 |
-
pandas>=1.3.0
|
| 5 |
-
scikit-learn>=1.0.0
|
| 6 |
-
xgboost>=1.5.0
|
| 7 |
-
lightgbm>=3.3.0
|
| 8 |
-
catboost>=1.0.0
|
| 9 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 10 |
-
torch>=2.0.0
|
| 11 |
aiohttp>=3.8.0
|
| 12 |
apscheduler>=3.9.0
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
stripe>=2.0.0
|
| 17 |
fuzzywuzzy>=0.18.0
|
| 18 |
-
|
| 19 |
huggingface_hub>=0.16.0
|
| 20 |
-
optuna>=3.0.0
|
| 21 |
joblib>=1.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
|
| 2 |
aiohttp>=3.8.0
|
| 3 |
apscheduler>=3.9.0
|
| 4 |
+
beautifulsoup4
|
| 5 |
+
catboost>=1.0.0
|
| 6 |
+
flask>=2.0.0
|
|
|
|
| 7 |
fuzzywuzzy>=0.18.0
|
| 8 |
+
gunicorn>=20.1.0
|
| 9 |
huggingface_hub>=0.16.0
|
|
|
|
| 10 |
joblib>=1.1.0
|
| 11 |
+
lightgbm>=3.3.0
|
| 12 |
+
lxml
|
| 13 |
+
numpy>=1.20.0
|
| 14 |
+
optuna>=3.0.0
|
| 15 |
+
pandas>=1.3.0
|
| 16 |
+
python-Levenshtein>=0.12.0
|
| 17 |
+
python-dotenv>=0.19.0
|
| 18 |
+
requests>=2.25.0
|
| 19 |
+
scikit-learn>=1.0.0
|
| 20 |
+
stripe>=2.0.0
|
| 21 |
+
torch>=2.0.0
|
| 22 |
+
twilio>=7.0.0
|
| 23 |
+
xgboost>=1.5.0
|