Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
streamlit==1.29.0
|
| 2 |
-
tensorflow==2.
|
| 3 |
opencv-python-headless==4.5.5.64
|
| 4 |
Pillow==10.1.0
|
| 5 |
-
numpy==1.23.5
|
|
|
|
| 1 |
streamlit==1.29.0
|
| 2 |
+
tensorflow-cpu==2.11.1
|
| 3 |
opencv-python-headless==4.5.5.64
|
| 4 |
Pillow==10.1.0
|
| 5 |
+
numpy==1.23.5
|