Use case here is we have some modules that need eventually to be removed as they duplicate functionality in other libraries on which we already depend. However, given the size of those modules it is rather daunting to approach the problem.
We need the ability to create a dependency graph that is conditioned on a specific module so we can understand where it is being used.
The specific use case is cogent3.maths.stats.special.
Use case here is we have some modules that need eventually to be removed as they duplicate functionality in other libraries on which we already depend. However, given the size of those modules it is rather daunting to approach the problem.
We need the ability to create a dependency graph that is conditioned on a specific module so we can understand where it is being used.
The specific use case is
cogent3.maths.stats.special.