Skip to content

Commit e7cedcd

Browse files
authored
[Doc]: fix readthedoc (#9729)
1 parent c14dd6c commit e7cedcd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
formats: all
44

55
python:
6-
version: 3.7
6+
version: 3.8
77
install:
88
- requirements: requirements/docs.txt
99
- requirements: requirements/readthedocs.txt

requirements/readthedocs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
mmcv
2+
scipy
23
torch
34
torchvision

0 commit comments

Comments
 (0)