Skip to content

Commit

Permalink
docs: install pytorch in RTD (#3333)
Browse files Browse the repository at this point in the history
Fix No module named 'torch'

---------

Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Feb 24, 2024
1 parent 649fdca commit 03ca9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- python=3.9
- pip>=20.1
- pip:
- ..[docs,cpu]
- ..[docs,cpu,torch]
- "exhale @ https://github.com/svenevs/exhale/archive/2759a394268307b88f5440487ae0920ee4ebf81e.zip"
# https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/309
- docutils!=0.18.*,!=0.19.*

0 comments on commit 03ca9ab

Please sign in to comment.