p-vdp commented on issue #798:
URL: https://github.com/apache/sedona-db/issues/798#issuecomment-4330772682
@paleolimbot On conda-forge `sedonadb` already depends on `apache-sedona` so
the whole upstream dependency chain (~700MB!) gets installed with it. You can
check out the full list like this:
```shell
conda repoquery depends --recursive -c conda-forge sedonadb
```
Looks like `arrow` is coming from somewhere upstream:
```
$ conda repoquery depends --recursive -c conda-forge sedonadb | grep arrow
libarrow 24.0.0 ha7f89c6_0_cpu
conda-forge linux-64
libarrow-acero 24.0.0 h635bf11_0_cpu
conda-forge linux-64
libarrow-compute 24.0.0 h53684a4_0_cpu
conda-forge linux-64
libarrow-dataset 24.0.0 h635bf11_0_cpu
conda-forge linux-64
libarrow-substrait 24.0.0 hb4dd7c2_0_cpu
conda-forge linux-64
pyarrow 24.0.0 py310hff52083_0
conda-forge linux-64
pyarrow-core 24.0.0 py310h382fff3_0_cpu
conda-forge linux-64
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]