Closed maximemulder closed 2 months 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.
pyproject.toml
numpy
pybids
flake8
pytest
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.