We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f4618 commit c19591aCopy full SHA for c19591a
setup.py
@@ -64,7 +64,6 @@
64
'kiwisolver>=1.1.0',
65
'matplotlib>=2.0.0',
66
'mne>=0.18.0',
67
- 'nose>=1.3.7',
68
'numpy>=1.10.1',
69
'pandas>=0.17.0',
70
'pyparsing>=2.0.4',
@@ -82,10 +81,9 @@
82
81
# dependencies). You can install these using the following syntax,
83
# for example:
84
# $ pip install -e .[dev,test]
85
- # extras_require={
86
- # 'dev': ['check-manifest'],
87
- # 'test': ['coverage'],
88
- # },
+ extras_require={
+ 'test': ['nose>=1.3.7']
+ },
89
90
# If there are data files included in your packages that need to be
91
# installed, specify them here. If using Python 2.6 or less, then these
0 commit comments