From de0d062ef20d53b8d6ca0f6e8d8664f72473e688 Mon Sep 17 00:00:00 2001 From: peterjc123 Date: Fri, 17 Apr 2020 18:11:32 +0800 Subject: [PATCH] Add pytorch rc channel --- anaconda.py | 1 + 1 file changed, 1 insertion(+) diff --git a/anaconda.py b/anaconda.py index 3f6cc40..1dd4a78 100755 --- a/anaconda.py +++ b/anaconda.py @@ -35,6 +35,7 @@ CONDA_CLOUD_REPOS = ( "bioconda/linux-64", "bioconda/osx-64", "bioconda/win-64", "bioconda/noarch", "menpo/linux-64", "menpo/osx-64", "menpo/win-64", "menpo/win-32", "menpo/noarch", "pytorch/linux-64", "pytorch/osx-64", "pytorch/win-64", "pytorch/win-32", "pytorch/noarch", + "pytorch-test/linux-64", "pytorch-test/osx-64", "pytorch-test/win-64", "pytorch-test/win-32", "pytorch-test/noarch", "stackless/linux-64", "stackless/win-64", "stackless/win-32", "stackless/linux-32", "stackless/osx-64", "stackless/noarch", "fermi/linux-64", "fermi/osx-64", "fermi/win-64", "fermi/noarch", "fastai/linux-64", "fastai/osx-64", "fastai/win-64", "fastai/noarch",