Uh oh!
There was an error while loading. Please reload this page.
CI: Install pyarrow-core instead of pyarrow from conda-forge - #3698
Conversation
Reduce unnecessary optional dependencies when installing `pyarrow` from conda-forge. Xref conda-forge/pyarrow-feedstock#111
| pandas-version: '=2.0' | ||
| xarray-version: '=2023.04' | ||
| optional-packages: ' contextily geopandas<1 ipython pyarrow rioxarray sphinx-gallery' | ||
| optional-packages: ' contextily geopandas<1 ipython pyarrow-core rioxarray sphinx-gallery' |
There was a problem hiding this comment.
Also need to update line 82.
Do we also want to update doc/install.md?
seisman
commented
Dec 19, 2024
Aslo need to note that pyarrow-core is available since pyarrow v16 (released in April, 2024). Installing |
|
Description of proposed changes
Reduce unnecessary optional dependencies when installing
pyarrowfrom conda-forge. Xref conda-forge/pyarrow-feedstock#111From https://github.com/conda-forge/pyarrow-feedstock/blob/381a88b6f8957204e34047151c4ca8a3f1e54204/recipe/meta.yaml#L157-L164, this means we won't be installing
libarrow-acero,libarrow-dataset,libarrow-substraitandlibparquet.Fixes #
Preview:
Reminders
make formatandmake checkto make sure the code follows the style guide.doc/api/index.rst.Slash Commands
You can write slash commands (
/command) in the first line of a comment to performspecific operations. Supported slash command is:
/format: automatically format and lint the code