aayanb09 commited on
Commit
80086f4
·
verified ·
1 Parent(s): def2892

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
- torchvision
3
- gradio
4
- scikit-learn
5
- numpy
6
- pillow
 
1
+ torch>=2.0.0
2
+ torchvision>=0.15.0
3
+ gradio>=4.0.0
4
+ Pillow>=9.0.0
5
+ numpy>=1.24.0
6
+ scikit-learn>=1.2.0