omanaaja commited on
Commit
c7c9a17
·
1 Parent(s): 35e3784

Fix Tensorflow gradio fastapi version to resolve TensorFlow dependency conflict

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- tensorflow==2.15.0
2
  gradio==4.25.0
3
- fastapi==0.95.2
4
  uvicorn==0.29.0
5
  python-multipart==0.0.9
6
  pillow==10.3.0
7
- numpy==1.24.3
8
  python-dotenv==1.0.1
9
- torch
 
1
+ tensorflow==2.13.0
2
  gradio==4.25.0
3
+ fastapi==0.110.0
4
  uvicorn==0.29.0
5
  python-multipart==0.0.9
6
  pillow==10.3.0
7
+ numpy==1.24.3 # Gantilah versi ini
8
  python-dotenv==1.0.1
9
+ torch