From e7e9bf7ff9da04d74a82ccb2113c89f6be0cc784 Mon Sep 17 00:00:00 2001 From: shitou1992 <1054637519@qq.com> Date: Sun, 28 Jun 2020 15:39:37 +0800 Subject: [PATCH] Update anaconda.py add pytorch3d for linux-64 --- anaconda.py | 1 + 1 file changed, 1 insertion(+) diff --git a/anaconda.py b/anaconda.py index 86455f4..b346276 100755 --- a/anaconda.py +++ b/anaconda.py @@ -36,6 +36,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", + "pytorch3d/linux-64", "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",