Hello all;
In ArcGIS Pro 2.8.0 I created a clone of the default environment and installed GeoPandas:
conda install -c conda-forge geopandas
Then in ArcGIS Pro notebook when I tried to import geopandas I got this message:
OSError: could not find or load spatialindex_c-64.dll
Based on the advice on GitHub I downgraded rtree to 0.9.3
conda install -c conda-forge rtree=0.9.3
And then I could import geopandas using ArcGIS Pro notebook:

I am wondering if anyone of you had this problem with rtree after installing geopandas and whether there is an easier fix.