Commit 8b14270d authored by rusty1s's avatar rusty1s
Browse files

torch in reqs

parent 2264a274
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
torch_nightly
sphinx sphinx
sphinx_rtd_theme sphinx_rtd_theme
...@@ -5,11 +5,8 @@ python: ...@@ -5,11 +5,8 @@ python:
version: 3.7 version: 3.7
install: install:
- requirements: docs/requirements.txt - requirements: docs/requirements.txt
- method: pip - method: setuptools
path: . path: .
extra_requirements:
- torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
system_packages: true system_packages: true
formats: [] formats: []
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment