Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
streamlit
|
2 |
scikit-learn==1.2.2
|
3 |
-
pandas
|
4 |
-
numpy
|
5 |
joblib
|
6 |
regex
|
7 |
python-dotenv
|
|
|
1 |
streamlit
|
2 |
scikit-learn==1.2.2
|
3 |
+
pandas==2.2.3
|
4 |
+
numpy==1.26.4
|
5 |
joblib
|
6 |
regex
|
7 |
python-dotenv
|