Though we should consider adding packaging and pylibcugraphops
The questionable list would be good to hear feedback from the Wholegraph team on. Maybe these are optional dependencies and we can define them under extras. If some are hard requirements, that would be good to know as that would change how these are handled
Anyways please let us know what you think on how these should be handled 🙂
After noticing a few missing dependencies ( https://github.com/rapidsai/wholegraph/issues/210 ) & ( https://github.com/rapidsai/wholegraph/issues/211 ), ran
depfinder
onwholegraph
and got the following output:The
builtin
s we can ignore. Therelative
s will ignore for the momentWith
required
, a couple of these are covered elsewhere:Though we should consider adding
packaging
andpylibcugraphops
The
questionable
list would be good to hear feedback from the Wholegraph team on. Maybe these are optional dependencies and we can define them under extras. If some are hard requirements, that would be good to know as that would change how these are handledAnyways please let us know what you think on how these should be handled 🙂