ktejeshnaidu commited on
Commit
f38d720
·
verified ·
1 Parent(s): 50524eb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- torch==2.1.0
2
- torchvision==0.16.0
3
- numpy==1.24.3
4
- opencv-python-headless==4.8.1.78
5
- pillow==10.0.0
6
- matplotlib==3.7.2
 
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