You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
The Python wheel should include the dependencies listed in the conda meta.yaml recipe. cupy, numpy, scipy, and numba are all hard dependencies for cuSignal.
Ideally they should be synced, but in practice until we start promising that our packages are pip installable it doesn't really matter. Pretty much all of RAPIDS had the wrong dependencies listed in setup.py/setup.cfg/pyproject.toml until we actually started making wheels. It would be nice to fix, but it's hard to synchronize without some process to actually build and test using those dependencies (unless you update to producing pyproject.toml dependencies using rapids-dependency-file-generator, which would also require transitioning this package to being pyproject.toml based).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the Conda recipe, these dependencies are listed
cusignal/conda/recipes/cusignal/meta.yaml
Lines 29 to 34 in 09915e5
However the wheel only lists one of those
cusignal/python/setup.py
Line 18 in 09915e5
Should these be synced to have the same lists?
The text was updated successfully, but these errors were encountered: