rapidsai / cugraph-gnn

Apache License 2.0
9 stars 15 forks source link

add alpha specs, pre-commit hook to enforce them #57

Closed jameslamb closed 1 month ago

jameslamb commented 1 month ago

Trying to further shrink the diff of #53.

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).