Commit 628419a1 authored by Jason Lian's avatar Jason Lian
Browse files

more

parent 5ebf78b3
...@@ -53,7 +53,7 @@ pip install -r requirements.txt ...@@ -53,7 +53,7 @@ pip install -r requirements.txt
# Install the following only if running tests # Install the following only if running tests
if [[ "$SKIP_TESTS" != "true" ]]; then if [[ "$SKIP_TESTS" != "true" ]]; then
# PyTorch (nightly as 1.1 does not have Optional for type annotations) # PyTorch (nightly as 1.1 does not have Optional for type annotations)
conda install --yes pytorch-nightly-cpu=1.2.0.dev20190701 -c pytorch conda install --yes pytorch-nightly-cpu=1.2.0.dev20190715 -c pytorch
# TorchAudio CPP Extensions # TorchAudio CPP Extensions
pip install . pip install .
......
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