forked from nilearn/nilearn
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
88 lines (77 loc) · 1.46 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[aliases]
[bdist_rpm]
doc-files = doc
[options]
python_requires = >=3.6
install_requires =
joblib>=0.15
lxml
nibabel>=3.0.0
numpy>=1.18
pandas>=1.0
requests>=2
scikit-learn>=0.22
scipy>=1.5
[options.extras_require]
# Necessary reqs to use nilearn's plotting module
plotting =
matplotlib>=3.0
# For surface plotting mostly
plotly =
kaleido
plotly
# Requirements necessary for building the documentation
doc =
cython
coverage
flake8
kaleido
memory_profiler
mkl
numpydoc
pillow
plotly
sphinx
sphinx-copybutton
sphinx-gallery
sphinxcontrib-bibtex
sphinxext-opengraph
# For testing of oldest usable versions of dependencies.
min =
joblib==0.15
nibabel==3.0.0
numpy==1.18
pandas==1.0
scikit-learn==0.22
scipy==1.5
# For running unit and docstring tests
test =
codecov
coverage
cython
pytest>=3.9
pytest-cov
# A combination of dependencies useful for developers
dev =
%(plotting)s
%(plotly)s
%(doc)s
%(test)s
[flake8]
# For PEP8 error codes see
# http://pep8.readthedocs.org/en/latest/intro.html#error-codes
# E402: module level import not at top of file
# W503: line break before binary operator
# W504: line break after binary operator
ignore=E402, W503, W504. W605
[tool:pytest]
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
junit_family = xunit2
addopts =
--doctest-modules
-s
-vv
--durations=0
[codespell]
skip = ./.git,plotly-gl3d-latest.min.js,jquery.min.js,localizer_behavioural.tsv
ignore-words = .github/codespell_ignore_words.txt