
0 Answer
You can specify the version number you want to install (example below).
conda install -c conda-forge geopandas=0.10
If you're working in a conda env (which I would highly advise, along with running the 2 conda config steps on the conda-forge home page on your machine to add the conda-forge channel and prioritize installing packages from the conda-forge channel), make sure you've already activated your env before running that install command.
这家伙很懒,什么都没留下...