conda-forge
A community-led collection of recipes, build infrastructure and distributions for the conda package manager.
To add conda-forge channel
$ conda config --add channels conda-forge
$ conda config --set channel_priority strict
$ conda install <package-name>