Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
1 |
+
pyyaml==5.1
|
2 |
+
git+https://github.com/facebookresearch/detectron2.git
|
3 |
+
opencv-python
|
4 |
+
torch
|
5 |
+
numpy
|
6 |
+
matplotlib
|
7 |
+
Pillow
|