icepyx v2.0.2#24
Conversation
|
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipe/recipe.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/23154797417. Examine the logs at this URL for more detail. |
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
| run: | ||
| - backoff | ||
| - dask-core <2025.1.0 | ||
| - dask-core |
There was a problem hiding this comment.
Upstream icepyx depends on dask[dataframe], which in v2026.1.2, added a dependency on pyarrow>=16 (dask/dask#12258). This causes the following import check failure at https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=1488734&view=logs&j=7b6f2c87-f3a7-5133-8d84-7c03a75d9dfc&t=9eb77fd2-8ddd-5444-8fc0-71cb28dcb736&l=1325
Installing test environment
✔ Successfully updated the test environment
Traceback (most recent call last):
File "$SRC_DIR/conda_build_script.py", line 1, in <module>
import icepyx
File "$PREFIX/lib/python3.11/site-packages/icepyx/__init__.py", line 3, in <module>
from icepyx.core.query import GenQuery, Query
File "$PREFIX/lib/python3.11/site-packages/icepyx/core/query.py", line 27, in <module>
from icepyx.core.visualization import Visualize
File "$PREFIX/lib/python3.11/site-packages/icepyx/core/visualization.py", line 10, in <module>
import dask.dataframe as dd
File "$PREFIX/lib/python3.11/site-packages/dask/dataframe/__init__.py", line 25, in <module>
from dask.dataframe.dask_expr import (
File "$PREFIX/lib/python3.11/site-packages/dask/dataframe/dask_expr/__init__.py", line 3, in <module>
from dask.dataframe.dask_expr import datasets
File "$PREFIX/lib/python3.11/site-packages/dask/dataframe/dask_expr/datasets.py", line 10, in <module>
from dask.dataframe.dask_expr._collection import new_collection
File "$PREFIX/lib/python3.11/site-packages/dask/dataframe/dask_expr/_collection.py", line 14, in <module>
import pyarrow as pa
ModuleNotFoundError: No module named 'pyarrow'I reckon we don't include pyarrow as a required dependency here yet, but pin to dask<2026.1.2 in test.requires so that users using older versions of dask don't need to pull in pyarrow yet. This does mean however that users installing dask>=2026.1.2 have to install pyarrow manually.
Xref dask/dask#12258. Remove this workaround after pyarrow is a necessary dependency.
There was a problem hiding this comment.
Hitting into another error on Python 3.11 with the holoviews dependency 😅 Details at conda-forge/holoviews-feedstock#120. We could pin to holoviews>=1.13.0 to avoid it, but best to fix it using a repodata patch so that others don't hit into it.
There was a problem hiding this comment.
Actually, I think we can safely pin to holoviews>=1.13.0, because that's when Python 3.10+ compatibility starts (we're pinning to python>=3.11 in icepyx).
weiji14
left a comment
There was a problem hiding this comment.
I'll merge when there's a second approval, since there's some tricky dependency changes here that could use a second eye (not icepyx's fault, just other packages). Or will merge directly tomorrow if nobody disagrees 🙂
|
Thanks for all the fixes/updates and thorough documentation/explanation of them, @weiji14. It looks great to me, so I'll go ahead and approve/merge. |
It is very likely that the current package version for this feedstock is out of date.
Checklist before merging this PR:
license_fileis packagedInformation about this PR:
@conda-forge-admin,please add bot automergein the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.bot-rerunlabel to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase@conda-forge-admin, please rerun botin a PR comment to have theconda-forge-adminadd it for you.Dependency Analysis
Please note that this analysis is highly experimental. The aim here is to make maintenance easier by inspecting the package's dependencies. Importantly this analysis does not support optional dependencies, please double check those before making changes. If you do not want hinting of this kind ever please add
bot: inspection: disabledto yourconda-forge.yml. If you encounter issues with this feature please ping the bot teamconda-forge/bot.Analysis by grayskull shows a discrepancy between it and the the package's stated requirements in the meta.yaml.
Packages found by grayskull but not in the meta.yaml:
Packages found in the meta.yaml but not found by grayskull:
This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/23154044955 - please use this URL for debugging.