Spaces:
Runtime error
Runtime error
update requirements to specific versions
Browse files- requirements.txt +21 -15
requirements.txt
CHANGED
|
@@ -1,16 +1,22 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
praw==7.6.1
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
pytest
|
| 15 |
-
shap
|
| 16 |
-
bayesian-optimization
|
|
|
|
| 1 |
+
bayesian_optimization==1.4.2
|
| 2 |
+
great_expectations==0.14.12
|
| 3 |
+
hopsworks==3.0.5
|
| 4 |
+
hsml==3.0.3
|
| 5 |
+
joblib==1.2.0
|
| 6 |
+
matplotlib==3.5.3
|
| 7 |
+
modal==0.4.1
|
| 8 |
+
modal_client==0.44.679
|
| 9 |
+
numpy==1.21.6
|
| 10 |
+
pandas==1.3.5
|
| 11 |
praw==7.6.1
|
| 12 |
+
pytest==7.2.0
|
| 13 |
+
python-dotenv==0.21.0
|
| 14 |
+
scikit_learn==1.2.0
|
| 15 |
+
scipy==1.7.3
|
| 16 |
+
seaborn==0.12.2
|
| 17 |
+
sentence_transformers==2.2.2
|
| 18 |
+
shap==0.41.0
|
| 19 |
+
streamlit==1.16.0
|
| 20 |
+
tqdm==4.64.1
|
| 21 |
+
transformers==4.25.1
|
| 22 |
+
xgboost==1.6.2
|
|
|
|
|
|
|
|
|