Drop optional shap dependency#72
Conversation
|
@conda-forge-admin, please rerender |
|
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 ( |
|
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you but ran into some issues. Please check the output logs of the GitHub Actions workflow below for more details. You can also ping The following suggestions might help debug any issues:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/20591628965. Examine the logs at this URL for more detail. |
|
@conda-forge-admin, please rerender |
|
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do. This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/20591795620. Examine the logs at this URL for more detail. |
|
CI failures are about this test: It is checking for memory leaks, but the test is not well designed and can fail in cases in which no leak occurs. I think it can be ignored. |
|
CI fails come from issue resolved by uxlfoundation/scikit-learn-intelex#2868 |
Checklist
0(if the version changed)conda-smithy(Use the phrase@conda-forge-admin, please rerenderin a comment in this PR for automated rerendering)This PR drops the
shaplibrary from the list of test dependencies, which is an optional dependency used only for one test in model builders from lightgbm.Motivation: this
shaplibrary doesn't have python3.14 support, and is the only dependency blocking a transition for scikit-learn-intelex:conda-forge/shap-feedstock#101
It appears they might have repeated issues getting builds for new python versions when they release due to their numba dependency:
shap/shap#4236
Hence, better to drop it altogether and maybe add it back in the future if we see that it gets builds for python3.15 within a reasonable period after its release.