Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core dependencies
|
| 2 |
+
pandas>=1.5.0
|
| 3 |
+
numpy>=1.21.0
|
| 4 |
+
streamlit>=1.22.0
|
| 5 |
+
|
| 6 |
+
# Machine Learning
|
| 7 |
+
scikit-learn>=1.0.0
|
| 8 |
+
scipy>=1.7.0
|
| 9 |
+
|
| 10 |
+
# Optional - for improved performance
|
| 11 |
+
joblib>=1.1.0
|