Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,14 +1,16 @@
|
|
1 |
-
|
|
|
2 |
|
|
|
3 |
torch==2.6.0
|
4 |
torchvision==0.21.0
|
5 |
|
6 |
opencv-python==4.11.0.86
|
7 |
-
matplotlib
|
8 |
numpy==2.0.2
|
9 |
pandas==2.2.2
|
10 |
seaborn==0.13.2
|
11 |
-
scipy==1.
|
12 |
tensorboard==2.18.0
|
13 |
tqdm==4.67.1
|
14 |
PyYAML==6.0.2
|
|
|
1 |
+
altair
|
2 |
+
streamlit
|
3 |
|
4 |
+
# YOLOv7 Inference on CPU
|
5 |
torch==2.6.0
|
6 |
torchvision==0.21.0
|
7 |
|
8 |
opencv-python==4.11.0.86
|
9 |
+
matplotlib
|
10 |
numpy==2.0.2
|
11 |
pandas==2.2.2
|
12 |
seaborn==0.13.2
|
13 |
+
scipy==1.13.1
|
14 |
tensorboard==2.18.0
|
15 |
tqdm==4.67.1
|
16 |
PyYAML==6.0.2
|