delta-io / delta-rs

A native Rust library for Delta Lake, with bindings into Python
https://delta-io.github.io/delta-rs/
Apache License 2.0
1.98k stars 365 forks source link

docs: pull delta from conda not pip #2535

Closed avriiil closed 1 month ago

avriiil commented 1 month ago

This PR updates the conda install .yml file to pull deltalake from conda-forge instead of pip. Mixing pip and conda is not recommended when it can be avoided.

avriiil commented 1 month ago

@ion-elgreco - 2 of the tests were failing. anything I can fix at my end to solve for this?