Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
torch
|
| 2 |
torchvision
|
| 3 |
opencv-python
|
| 4 |
numpy
|
|
@@ -11,4 +11,5 @@ matplotlib
|
|
| 11 |
tqdm
|
| 12 |
cloudpickle
|
| 13 |
Pillow
|
|
|
|
| 14 |
detectron2 @ git+https://github.com/facebookresearch/detectron2.git
|
|
|
|
| 1 |
+
torch
|
| 2 |
torchvision
|
| 3 |
opencv-python
|
| 4 |
numpy
|
|
|
|
| 11 |
tqdm
|
| 12 |
cloudpickle
|
| 13 |
Pillow
|
| 14 |
+
# detectron2 must be last because it depends on torch
|
| 15 |
detectron2 @ git+https://github.com/facebookresearch/detectron2.git
|