jocoandonob commited on
Commit
9b4578d
·
1 Parent(s): 67896be
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -4,7 +4,7 @@ opencv-contrib-python==4.11.0.86
4
  opencv-python==4.11.0.86
5
  gradio==5.23.3
6
  gradio_client==1.8.0
7
- fastapi==0.110.0
8
- uvicorn==0.27.1
9
- python-multipart==0.0.9
10
 
 
4
  opencv-python==4.11.0.86
5
  gradio==5.23.3
6
  gradio_client==1.8.0
7
+ fastapi>=0.115.2
8
+ uvicorn>=0.27.1
9
+ python-multipart>=0.0.9
10