Closed tristanls closed 6 days ago
This Pull Request extends the scope of the deptry dependency check to the tests folder.
deptry
tests
As a result, extraneous test checking for torch_sparse availability is removed (no code imports torch_sparse).
torch_sparse
Unused dependencies are also removed from the API docs generator configuration.
This Pull Request extends the scope of the
deptry
dependency check to thetests
folder.As a result, extraneous test checking for
torch_sparse
availability is removed (no code importstorch_sparse
).Unused dependencies are also removed from the API docs generator configuration.