Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -2,4 +2,6 @@ Pillow==9.4.0
|
|
2 |
numpy==1.25.2
|
3 |
pandas==2.0.3
|
4 |
tensorflow==2.15.0
|
5 |
-
streamlit
|
|
|
|
|
|
2 |
numpy==1.25.2
|
3 |
pandas==2.0.3
|
4 |
tensorflow==2.15.0
|
5 |
+
streamlit
|
6 |
+
seaborn==0.13.1
|
7 |
+
matplotlib==3.7.1
|