From 427d92e093520820bdcccb160d6dbdcdbcae332d Mon Sep 17 00:00:00 2001 From: billchenchina Date: Sun, 20 Nov 2022 07:06:47 +0800 Subject: [PATCH] Add anaconda cloud pyg PyG is a library built upon PyTorch to easily write and train Graph Neural Networks for a wide range of applications related to structured data. PyG is both friendly to machine learning researchers and first-time users of machine learning toolkits. Ref: https://github.com/tuna/issues/issues/1583 Ref: https://github.com/hitlug/issues/issues/47 --- anaconda.py | 1 + 1 file changed, 1 insertion(+) diff --git a/anaconda.py b/anaconda.py index 6a86eac..45854d4 100755 --- a/anaconda.py +++ b/anaconda.py @@ -35,6 +35,7 @@ "rapidsai/linux-64", "rapidsai/linux-aarch64", "rapidsai/noarch", "bioconda/linux-64", "bioconda/linux-aarch64", "bioconda/osx-64", "bioconda/win-64", "bioconda/noarch", "menpo/linux-64", "menpo/osx-64", "menpo/win-64", "menpo/win-32", "menpo/noarch", + "pyg/linux-64", "pyg/osx-64", "pyg/win-64", "pytorch/linux-64", "pytorch/osx-64", "pytorch/osx-arm64", "pytorch/win-64", "pytorch/win-32", "pytorch/noarch", "pytorch-lts/linux-64", "pytorch-lts/win-64", "pytorch-lts/noarch", "pytorch-test/linux-64", "pytorch-test/osx-64", "pytorch-test/win-64", "pytorch-test/win-32", "pytorch-test/noarch",