brain-score / core

MIT License
2 stars 5 forks source link

Added support for setup.py #79

Closed shehadak closed 4 months ago

shehadak commented 4 months ago

Currently, plugins that require specific Python libraries need to specify them in a requirements.txt file. This PR also improves this by adding support for setup.py files.

One design choice is that setup.py precedes requirements.txt.