Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 1 |
streamlit==1.19.0
|
| 2 |
pandas==1.5.3
|
| 3 |
numpy==1.21.6
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
streamlit==1.19.0
|
| 2 |
pandas==1.5.3
|
| 3 |
numpy==1.21.6
|
| 4 |
+
cython==0.29.24
|
| 5 |
+
scikit-learn==1.2.2
|
| 6 |
+
joblib>=1.1.1
|