aces / Loris-MRI

The set of scripts that preprocess and insert MRI data into the database.
10 stars 51 forks source link

Add project configuration for local dev workflow #1163

Closed maximemulder closed 3 weeks ago

maximemulder commented 1 month ago

Add a project configuration to LORIS-MRI (likely using pyproject.toml) that allows to separate normal dependencies (numpy, pybids...) from dev dependencies (flake8, pytest...) and automatically install them during the project setup.