[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
black = ">=0.20.8b1"
pydocstyle = "*"
codespell = "*"
jinja2 = "*"
sphinx = "*"
sphinx-gallery = "*"
sphinx-bootstrap-theme = "*"
numpydoc = "*"
sphinxcontrib-restbuilder = "*"
check-manifest = "*"
pytest = "*"
pycodestyle = "*"
sphinx-copybutton = "*"
pytest-cov = "*"
mypy = "*"
pandoc = "*"
nbsphinx = "*"
pipfile-requirements = "*"
sphinx-autodoc-typehints = "*"

[packages]
mne = ">=0.22"
mne-bids = ">=0.6"
pandas = ">=1.0.4"
numpy = "*"
natsort = "*"
pybv = ">=0.5"
nilearn = "*"
scikit-image = "*"
nibabel = "*"
scipy = "*"

[requires]
python_version = "3.8"

[pipenv]
allow_prereleases = true
