Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
numpy
|
2 |
pandas
|
3 |
plotly
|
4 |
scikit-learn==1.2.2
|
5 |
-
altair<5
|
|
|
|
1 |
+
numpy==1.26.4
|
2 |
pandas
|
3 |
plotly
|
4 |
scikit-learn==1.2.2
|
5 |
+
altair<5
|
6 |
+
streamlit==1.44.0
|