Spaces:
Sleeping
Sleeping
Upgrade TensorFlow for Keras 3 compatibility
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
fastapi==0.109.2
|
| 2 |
uvicorn==0.27.1
|
| 3 |
python-multipart==0.0.9
|
| 4 |
-
tensorflow-cpu=
|
| 5 |
pillow==10.2.0
|
| 6 |
numpy==1.26.4
|
| 7 |
opencv-python-headless==4.9.0.80
|
|
|
|
| 1 |
fastapi==0.109.2
|
| 2 |
uvicorn==0.27.1
|
| 3 |
python-multipart==0.0.9
|
| 4 |
+
tensorflow-cpu>=2.16.1
|
| 5 |
pillow==10.2.0
|
| 6 |
numpy==1.26.4
|
| 7 |
opencv-python-headless==4.9.0.80
|