ElodieA commited on
Commit
1626f02
·
verified ·
1 Parent(s): 000412d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- gradio==2.0.10
2
- torch==1.10.0
3
- opencv-python==4.5.4.60
4
- pandas==1.3.3
5
- matplotlib==3.4.3
6
- plotly==5.3.1
7
- numpy==1.21.2
8
- ultralytics==0.0.14
9
 
 
1
+ gradio
2
+ torch
3
+ opencv-python
4
+ pandas
5
+ matplotlib
6
+ plotly
7
+ numpy
8
+ ultralytics
9