kunalpro379 commited on
Commit
6654937
·
verified ·
1 Parent(s): 4f97ab6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -9
requirements.txt CHANGED
@@ -1,12 +1,11 @@
1
- torch>=2.0.0
2
- torchvision>=0.15.0
3
  gradio>=4.0.0
4
- numpy>=1.24.0
5
- tensorflow>=2.10
 
 
 
 
 
6
  fastapi
7
  uvicorn[standard]
8
- tensorflow
9
- pillow
10
- numpy
11
- python-multipart
12
- opencv-python
 
 
 
1
  gradio>=4.0.0
2
+ numpy>=1.19.2,<2.0.0 # Wider NumPy range for compatibility
3
+ flask
4
+ flask-cors
5
+ pillow>=8.3.2 # Allow newer Pillow versions
6
+ opencv-python>=4.5.3.56 # Allow newer OpenCV
7
+ tensorflow==2.10.0 # Keep pinned
8
+ matplotlib>=3.4.3 # Allow newer versions
9
  fastapi
10
  uvicorn[standard]
11
+ python-multipart