Alternative solution if you are at python 3.7 and have other dependencies that require you to not upgrade to later python versions. Fiona 1.9.6 requires python 3.8+.
Install specific version of fiona=1.8.13 first, then geopandas=0.9.0. This worked in conda without using pip.