We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a85b0d commit e0c5100Copy full SHA for e0c5100
.readthedocs.yml
@@ -9,6 +9,8 @@ python:
9
install:
10
- method: pip
11
path: .
12
+ extra_requirements:
13
+ - pytorch
14
15
conda:
16
environment: environment.doc.yml
environment.doc.yml
@@ -12,4 +12,3 @@ dependencies:
- pip
- pip:
- sphinx-markdown-tables==0.0.17
- - torch
0 commit comments