Revert to TF 2.15 (protobuf-compatible with Streamlit); use cpu build
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
streamlit==1.35.0
|
| 2 |
-
tensorflow==2.
|
| 3 |
-
opencv-python-headless==4.
|
| 4 |
-
pillow==10.
|
| 5 |
-
numpy==1.
|
| 6 |
-
scikit-learn==1.
|
| 7 |
-
matplotlib==3.
|
| 8 |
-
huggingface-hub==0.
|
|
|
|
| 1 |
streamlit==1.35.0
|
| 2 |
+
tensorflow-cpu==2.15.0
|
| 3 |
+
opencv-python-headless==4.8.1.78
|
| 4 |
+
pillow==10.0.0
|
| 5 |
+
numpy==1.24.3
|
| 6 |
+
scikit-learn==1.3.2
|
| 7 |
+
matplotlib==3.8.0
|
| 8 |
+
huggingface-hub==0.19.4
|