-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use rapids-metadata #39
Use rapids-metadata #39
Conversation
rapids-metadata was created so that we wouldn't have to cut a new pre-commit-hooks release every time the structure of RAPIDS changes. Use rapids-metadata and get rid of the baked-in list of packages.
Note that this is currently expected to fail because |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some small suggestions on the code changes and a much larger one on the design for how updates work.
It'd be fine with me to just change the rapids-metadata
dependency to a floor (no ceiling) and continue the design discussion about updates somewhere else. Up to you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok yeah nice, thanks for your work on this!
rapids-metadata was created so that we wouldn't have to cut a new pre-commit-hooks release every time the structure of RAPIDS changes. Use rapids-metadata and get rid of the baked-in list of packages.