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

Fix Tensorflow gradio fastapi version to resolve TensorFlow dependency conflict

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- tensorflow==2.13.0
2
  gradio==4.25.0
3
  fastapi==0.110.0
4
  uvicorn==0.29.0
 
1
+ tensorflow==2.15.0
2
  gradio==4.25.0
3
  fastapi==0.110.0
4
  uvicorn==0.29.0