Prevent conda from automatically downgrading python package
问题 I had problems with pandas-datareader package v0.81. To fix my problem, I had to upgrade the package to a newer version 0.9 by running the following command; conda install -c anaconda pandas-datareader Unfortunately, when I tried to upgrade conda packages later using the command conda update --all , pandas-datareader is downgraded back to v0.81. v0.81 is from conda-forge channel. What I want is the v0.9 from anaconda channel. Below is what I want. https://anaconda.org/anaconda/pandas