Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 8ede4f9

Browse files
author
Songki Choi
authored
Resolve dependabot security issue (#361)
Signed-off-by: Songki Choi <[email protected]>
1 parent 21ef252 commit 8ede4f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/build.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# These must be installed before building mmdetection
22
cython
33
numpy
4-
torch>=1.7.1,<=1.9.0
4+
torch>=1.13.1

requirements/readthedocs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
mmcv-full==1.3.14
2-
torch>=1.7.1,<=1.9.0
2+
torch>=1.13.1
33
torchvision>=0.8.1,<=0.10.0

requirements/runtime.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ mmpycocotools
44
numpy
55
six
66
terminaltables
7-
torch>=1.7.1,<=1.9.0
7+
torch>=1.13.1
88
torchvision>=0.8.1,<=0.10.0
99
pytorchcv==0.0.55
1010
tqdm

0 commit comments

Comments
 (0)