Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
streamlit==1.28.1
|
| 2 |
tensorflow==2.13.0
|
| 3 |
numpy==1.24.3
|
| 4 |
-
pandas==
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
| 1 |
streamlit==1.28.1
|
| 2 |
tensorflow==2.13.0
|
| 3 |
numpy==1.24.3
|
| 4 |
+
pandas==2.0.3
|
| 5 |
+
plotly==5.17.0
|
| 6 |
+
Pillow==10.0.1
|
| 7 |
+
requests==2.31.0
|
| 8 |
+
opencv-python-headless==4.8.1.78
|