Dear NetworkX Maintainers,
I've submitted PR #7974 implementing the AlphaCore algorithm, and I'm encountering two issues:
1. The CI check indicates a label is missing. Could someone please add the appropriate label (likely "enhancement" or "new feature") to my PR?
2. Despite adding "algorithms/alphacore.py" to both the needs_numpy and needs_pandas lists in conftest.py, I'm still getting error.
I'm not sure why the conftest.py changes aren't preventing the error. Should I also update my alphacore.py file to use conditional imports? Any guidance would be greatly appreciated, as this is my first contribution to NetworkX.
Thank you for your assistance!
Regards,
Prachi