ktejeshnaidu commited on
Commit
573f25d
·
verified ·
1 Parent(s): 7798715

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -7
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
- torch
2
- torchvision
3
- numpy
4
- opencv
5
- python
6
- pillow
7
- gradio
 
1
+ torch>=2.5.0
2
+ torchvision>=0.20.0
3
+ numpy>=1.26.0
4
+ opencv-python-headless>=4.10.0
5
+ pillow>=11.0.0
6
+ gradio==6.10.0