Dyno1307 commited on
Commit
e19a263
·
1 Parent(s): 853a62c

Upgrade TensorFlow for Keras 3 compatibility

Browse files
Files changed (1) hide show
  1. 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==2.15.0
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