Update anaconda.py

add pytorch-lts linux-64 channel
This commit is contained in:
andreashuang 2021-06-09 16:52:19 +08:00 committed by GitHub
parent 271f810c6a
commit 45928258d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,7 @@ CONDA_CLOUD_REPOS = (
"c4aarch64/linux-aarch64", "c4aarch64/noarch",
"pytorch3d/linux-64", "pytorch3d/noarch",
"idaholab/linux-64", "idaholab/noarch",
"pytorch-lts/linux-64",
)
EXCLUDED_PACKAGES = (