praeclarumjj3
commited on
Commit
•
091dbc1
1
Parent(s):
d3c3aa9
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
torch==1.9.0+cu111
|
3 |
torchvision==0.10.0+cu111
|
4 |
torchaudio==0.9.0
|
|
|
5 |
-f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.9/index.html
|
6 |
detectron2==0.6
|
7 |
opencv-python
|
|
|
2 |
torch==1.9.0+cu111
|
3 |
torchvision==0.10.0+cu111
|
4 |
torchaudio==0.9.0
|
5 |
+
numpy==1.23
|
6 |
-f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.9/index.html
|
7 |
detectron2==0.6
|
8 |
opencv-python
|