Unverified Commit c67f2fe5 authored by jamarshon's avatar jamarshon Committed by GitHub
Browse files

CI Fix: upgrade to torch 1.2.0 (#231)

parent b38698ba
......@@ -52,9 +52,6 @@ pip install -r requirements.txt
# Install the following only if running tests
if [[ "$SKIP_TESTS" != "true" ]]; then
# PyTorch (nightly as 1.1 does not have Optional for type annotations)
conda install --yes pytorch-nightly-cpu -c pytorch
# TorchAudio CPP Extensions
python setup.py install
fi
torch>=1.1.0
torch>=1.2.0
# Optional for torchaudio.kaldi_io
numpy
......
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