Cloud110702 commited on
Commit
30be5b6
·
verified ·
1 Parent(s): af3bb2f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
  fastapi==0.104.1
2
  uvicorn==0.24.0
3
  numpy==1.24.3
4
- tensorflow==2.14.0
 
5
  python-multipart==0.0.6
6
  google-generativeai==0.3.0
7
  Pillow==10.0.0
 
1
  fastapi==0.104.1
2
  uvicorn==0.24.0
3
  numpy==1.24.3
4
+ tensorflow==2.13.0 # Specific version for compatibility
5
+ h5py==3.8.0
6
  python-multipart==0.0.6
7
  google-generativeai==0.3.0
8
  Pillow==10.0.0