- 
                Notifications
    
You must be signed in to change notification settings  - Fork 2
 
Description
@brews We only use conda-forge/label/dev::geopandas because it uses vectorized shape references that improve performance by >1000x for very large shapefiles, which we use heavily. This was a cython upgrade pathway that Matt Rocklin suggested for the geopandas devs, and unfortunately so far they have not taken up maintenence of that branch and the two packages have fallen out of sync. We'd like to maintain compatibility with the dev branch because the performance of the core package is unacceptable for a lot of our work.
This should apply across packages if you're working with a geopandas dependency. I don't think any lab packages explicitly require that version, but the two branches are getting further out of sync and we should probably start standardizing label/dev as a required build dependency.
Thanks!