Open DanRunfola opened 4 years ago
From https://github.com/geopandas/geopandas/issues/1261#issuecomment-572745926 you suggest a geopandas-base
. That is doable and won't disturb current users installing geopandas
(that would depend on base
).
Do you want to send a PR to implement that? If so take a look at the matplotlib
recipe for inspiration.
Happy to move in that direction; it might be helpful to think through what good candidates for 'disclusion' might be. I.e., rtree is a very obvious one, but any other dependencies to think about?
but any other dependencies to think about?
@jorisvandenbossche knows better but I assume everything else, including rtree
, are considered mandatory dependencies. See https://github.com/conda-forge/geopandas-feedstock/pull/59 for a longer discussion on the topic.
I am attempting to create a geopandas-base
(without rtree) in https://github.com/conda-forge/geopandas-feedstock/pull/90
Hi all -
I'm linking this issue from geopandas to the feedstock: https://github.com/geopandas/geopandas/issues/1261
=== Copied text below: Hey guys -
Ok, so it's possible I'm doing something wrong here, but when I run this command:
conda install -c conda-forge/label/gcc7 geopandas python=3.6.8 -n python3.6
I get rtree as a dependency from conda:
I can definitely see value in including rtree, but would it be possible to include a branch without rtree included?
Thanks for any thoughts and feedback on this! Dan