-
Notifications
You must be signed in to change notification settings - Fork 304
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
Update python_run_cugraph
in dependencies.yaml
#3781
Conversation
See comments here -- I don't think these changes are needed. |
…from testing dependencies
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.
Thanks @nv-rliu! This looks right to me, now.
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.
LGTM, one small change to potentially eliminate confusion.
Co-authored-by: Rick Ratzel <[email protected]>
/merge |
Closes #2811
This PR adds
aiohttp
andrequests
as hard dependencies to cugraph. Without these packages,cugraph.datasets
is unable to download missing datasets.cugraph.datasets
usescudf.read_csv
to download files from s3.