AjaykumarPilla commited on
Commit
b96ba5d
·
verified ·
1 Parent(s): 462fddf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -9
requirements.txt CHANGED
@@ -1,9 +1,6 @@
1
- torch==2.0.1
2
- torchvision==0.15.2
3
- opencv-python==4.8.0.76
4
- numpy==1.24.3
5
- pandas==2.0.3
6
- plotly==5.15.0
7
- gradio==4.36.1
8
- scipy==1.10.1
9
- seaborn==0.12.2
 
1
+ opencv-python>=4.8.0
2
+ torch>=2.0.0
3
+ ultralytics>=8.0.0
4
+ gradio>=4.0.0
5
+ scipy>=1.9.0
6
+ numpy>=1.23.0