Spaces:
Running
Running
Zengyf-CVer
commited on
Commit
•
6117c49
1
Parent(s):
7d2e24b
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
ultralytics
|
|
|
2 |
opencv-python
|
3 |
matplotlib
|
4 |
numpy
|
5 |
pandas
|
6 |
pyyaml
|
7 |
-
pillow
|
8 |
-
torch
|
9 |
wget>=3.2
|
10 |
rich>=12.2.0
|
11 |
fpdf>=1.7.2
|
12 |
plotly>=5.7.0
|
13 |
bokeh>=2.4.2
|
14 |
-
openpyxl>=3.0.10
|
|
|
1 |
+
ultralytics>=8.0.203
|
2 |
+
gradio>=4.0.2
|
3 |
opencv-python
|
4 |
matplotlib
|
5 |
numpy
|
6 |
pandas
|
7 |
pyyaml
|
8 |
+
pillow>=10.0.0
|
|
|
9 |
wget>=3.2
|
10 |
rich>=12.2.0
|
11 |
fpdf>=1.7.2
|
12 |
plotly>=5.7.0
|
13 |
bokeh>=2.4.2
|
14 |
+
openpyxl>=3.0.10
|