This adds alpha specs like ,>=0.0.0a0 to all RAPIDS dependencies, and a pre-commit hook to automatically make those updates and enforce that in the future.
This is done across RAPIDS by convention, so that pip install-ing nightlies can work without specifying the --pre flag (which might end up, undesirably, pulling in pre-releases of other projects like pytorch).
Trying to further shrink the diff of #53.
This adds alpha specs like
,>=0.0.0a0
to all RAPIDS dependencies, and apre-commit
hook to automatically make those updates and enforce that in the future.This is done across RAPIDS by convention, so that
pip install
-ing nightlies can work without specifying the--pre
flag (which might end up, undesirably, pulling in pre-releases of other projects likepytorch
).