https://github.com/cvnlab/GLMsingle
Raw File
Tip revision: 3a1a580eae6bc7e221cbe01101be3c669687dc6a authored by Kendrick Kay on 01 November 2022, 22:14:32 UTC
Merge branch 'main' of https://github.com/kendrickkay/GLMsingle into main
Tip revision: 3a1a580
requirements_dev.txt
# Base requirements
-r requirements.txt

# Matlab dev
miss_hit 

# Python dev
flake8
tox
coverage
pytest
black
nbmake
pytest-cov

# Documentation
sphinx
sphinxcontrib-matlabdomain
sphinx_rtd_theme
myst-parser
back to top