Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
tensorflow
|
| 3 |
-
numpy
|
| 4 |
-
pandas
|
| 5 |
-
plotly
|
| 6 |
-
Pillow
|
| 7 |
-
requests
|
| 8 |
protobuf<4.0.0
|
|
|
|
| 1 |
+
streamlit==1.47.0
|
| 2 |
+
tensorflow-cpu==2.15.0
|
| 3 |
+
numpy==1.26.4
|
| 4 |
+
pandas==2.2.2
|
| 5 |
+
plotly==5.22.0
|
| 6 |
+
Pillow==10.4.0
|
| 7 |
+
requests==2.32.3
|
| 8 |
protobuf<4.0.0
|