mudassir345b commited on
Commit
53ab717
·
verified ·
1 Parent(s): 8b3a4be

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -9
requirements.txt CHANGED
@@ -1,9 +1,7 @@
1
- flask==2.3.3
2
- tensorflow==2.19.0
3
- numpy==2.1.0
4
- opencv-python==4.11.0.86
5
- pillow==11.2.1
6
- requests==2.32.3
7
- uvicorn==0.34.2
8
- werkzeug==2.3.8
9
- flask_cors==4.0.0
 
1
+ fastapi>=0.68.0
2
+ uvicorn>=0.15.0
3
+ tensorflow>=2.6.0
4
+ pillow>=9.0.0
5
+ opencv-python-headless>=4.5.4.60
6
+ numpy>=1.21.0
7
+ python-multipart>=0.0.5