Update anaconda.py

National Center for Atmospheric Research of United States has developed a lot of python packages for Atmospheric Research.
This commit is contained in:
Panfeng Zhang 2021-04-15 21:39:34 +08:00 committed by GitHub
parent b707cce61e
commit 15f466cb92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,16 @@ CONDA_ARCHES = (
)
CONDA_CLOUD_REPOS = (
"ncar/geocat-comp",
"ncar/geocat-f2py",
"ncar/geocat-datafiles",
"ncar/geocat-viz",
"ncar/geocat-ncomp",
"ncar/libncomp",
"ncar/ncomp",
"ncar/ncl",
"ncar/pynio",
"ncar/libgdal",
"conda-forge/linux-64", "conda-forge/osx-64", "conda-forge/osx-arm64", "conda-forge/win-64", "conda-forge/noarch",
"msys2/linux-64", "msys2/win-64", "msys2/noarch",
"rapidsai/linux-64", "rapidsai/noarch",