Update rapids-dependency-file-generator#285
Merged
rapids-bot[bot] merged 7 commits intorapidsai:branch-25.10from Aug 27, 2025
Merged
Update rapids-dependency-file-generator#285rapids-bot[bot] merged 7 commits intorapidsai:branch-25.10from
rapids-bot[bot] merged 7 commits intorapidsai:branch-25.10from
Conversation
jameslamb
reviewed
Aug 26, 2025
Member
jameslamb
left a comment
There was a problem hiding this comment.
🙌🏻 this caught something!
Traceback (most recent call last):
File "/github/home/.cache/pre-commit/repoogqoa4r4/py_env-python3.13/bin/rapids-dependency-file-generator", line 7, in <module>
sys.exit(main())
~~~~^^
File "/github/home/.cache/pre-commit/repoogqoa4r4/py_env-python3.13/lib/python3.13/site-packages/rapids_dependency_file_generator/_cli.py", line 150, in main
parsed_config = load_config_from_file(args.config)
File "/github/home/.cache/pre-commit/repoogqoa4r4/py_env-python3.13/lib/python3.13/site-packages/rapids_dependency_file_generator/_config.py", line 264, in load_config_from_file
return parse_config(yaml.safe_load(f), path)
File "/github/home/.cache/pre-commit/repoogqoa4r4/py_env-python3.13/lib/python3.13/site-packages/rapids_dependency_file_generator/_config.py", line 241, in parse_config
validate_dependencies(config)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/github/home/.cache/pre-commit/repoogqoa4r4/py_env-python3.13/lib/python3.13/site-packages/rapids_dependency_file_generator/_rapids_dependency_file_validator.py", line 44, in validate_dependencies
warnings.warn(f'Dependency set "{dep}" is not referred to anywhere in "files:"', UnusedDependencySetWarning)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
rapids_dependency_file_generator._warnings.UnusedDependencySetWarning: Dependency set "python_run_libwholegraph" is not referred to anywhere in "files:"
jameslamb
requested changes
Aug 26, 2025
Member
jameslamb
left a comment
There was a problem hiding this comment.
Investigating that unused python_run_libwholegraph revealed more unused stuff that should also get removed here.
Since we'll have another commit and round of CI anyway, let's also add .pre-commit-config.yaml to the changed-files configurations too:
cugraph-gnn/.github/workflows/pr.yaml
Line 48 in e1ec288
Member
|
Once we get #284 in, I'll manually re-trigger nightly tests. Hopefully those will pass and unblock the |
Member
Author
|
/merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the rapids-dependency-file-generator hook to get rapidsai/dependency-file-generator#163.