Skip to content

Commit

Permalink
fix: add doc requirements.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmclong committed Oct 29, 2022
1 parent d389007 commit ea6f0bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true

python:
install:
- requirements: docs/requirements.txt
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
numpy>=1.17
torch>=1.7
torchvision>=0.9

0 comments on commit ea6f0bd

Please sign in to comment.