Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ streamlit==1.39.0
|
|
2 |
h2o==3.46.0.5
|
3 |
pandas==2.2.2
|
4 |
matplotlib==3.7.1
|
5 |
-
numpy==1.26.4
|
|
|
|
2 |
h2o==3.46.0.5
|
3 |
pandas==2.2.2
|
4 |
matplotlib==3.7.1
|
5 |
+
numpy==1.26.4
|
6 |
+
sklearn
|