Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
os
|
2 |
-
opencv-python-headless
|
3 |
torch
|
4 |
pandas
|
5 |
tqdm
|
@@ -7,4 +5,5 @@ ultralytics
|
|
7 |
pillow
|
8 |
pillow-heif
|
9 |
numpy
|
10 |
-
streamlit
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
pandas
|
3 |
tqdm
|
|
|
5 |
pillow
|
6 |
pillow-heif
|
7 |
numpy
|
8 |
+
streamlit
|
9 |
+
opencv-python-headless
|