thousandbrainsproject / tbp.monty

Monty is a sensorimotor learning framework based on the thousand brains theory of the neocortex.
https://thousandbrainsproject.readme.io
MIT License
107 stars 27 forks source link

ci: include tests in deptry dependency checks #15

Closed tristanls closed 6 days ago

tristanls commented 1 week ago

This Pull Request extends the scope of the deptry dependency check to the tests folder.

As a result, extraneous test checking for torch_sparse availability is removed (no code imports torch_sparse).

Unused dependencies are also removed from the API docs generator configuration.