Skip to content
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

Create new conda/pip package for PropertyGraph #11

Open
5 tasks
Tracked by #12
rlratzel opened this issue Apr 10, 2023 · 0 comments
Open
5 tasks
Tracked by #12

Create new conda/pip package for PropertyGraph #11

rlratzel opened this issue Apr 10, 2023 · 0 comments

Comments

@rlratzel
Copy link

rlratzel commented Apr 10, 2023

Who: end users, cugraph developers
What: Create a new package (cugraph and pip) for users with minimal dependencies needed only for core PG functionality
Why: The new PG implementation will likely have new dependencies not essential to other cugraph use cases, so a separate package benefits users by keeping dependencies for non-PG use cases to a minimum.

Questions:

  • PG won't (likely) depend on cugraph, but should cugraph depend on PG, perhaps if we want cugraph.Graph to have support for properties like NetworkX Graph?
  • If PG has a method to extract a cugraph.Graph subgraph, should it have a hard dependency on cugraph? If so, does that remove a major advantage of having PG and cugraph in separate packages (ie. not requiring PG to have all cugraph deps)?

Tasks

Preview Give feedback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants