Skip to content

Commit e0c5100

Browse files
committed
add extra_requirements pytorch
1 parent 5a85b0d commit e0c5100

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.readthedocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ python:
99
install:
1010
- method: pip
1111
path: .
12+
extra_requirements:
13+
- pytorch
1214

1315
conda:
1416
environment: environment.doc.yml

environment.doc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ dependencies:
1212
- pip
1313
- pip:
1414
- sphinx-markdown-tables==0.0.17
15-
- torch

0 commit comments

Comments
 (0)