Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,5 @@ pycaret==3.0.4
|
|
| 3 |
scikit-learn==1.1.3
|
| 4 |
scipy==1.10.1
|
| 5 |
streamlit==1.25.0
|
| 6 |
-
mlflow==2.2.2
|
|
|
|
|
|
| 3 |
scikit-learn==1.1.3
|
| 4 |
scipy==1.10.1
|
| 5 |
streamlit==1.25.0
|
| 6 |
+
mlflow==2.2.2
|
| 7 |
+
python-dotenv==1.0.0
|