File tree 2 files changed +3
-9
lines changed
2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,5 @@ pytz==2020.1
15
15
requests == 2.23.0
16
16
scikit-learn == 0.22.2.post1
17
17
scipy == 1.4.1
18
- six == 1.15.0
19
- sklearn == 0.0
20
18
threadpoolctl == 2.1.0
21
19
urllib3 == 1.25.9
Original file line number Diff line number Diff line change 64
64
'kiwisolver>=1.1.0' ,
65
65
'matplotlib>=2.0.0' ,
66
66
'mne>=0.18.0' ,
67
- 'nose>=1.3.7' ,
68
67
'numpy>=1.10.1' ,
69
68
'pandas>=0.17.0' ,
70
69
'pyparsing>=2.0.4' ,
73
72
'requests>=2.8.1' ,
74
73
'scikit-learn>=0.18' ,
75
74
'scipy>=0.17.0' ,
76
- 'six>=0.9.0' ,
77
- 'sklearn>=0.0' ,
78
75
'threadpoolctl>=1.0.0' ,
79
76
'urllib3>=1.22'
80
77
],
83
80
# dependencies). You can install these using the following syntax,
84
81
# for example:
85
82
# $ pip install -e .[dev,test]
86
- # extras_require={
87
- # 'dev': ['check-manifest'],
88
- # 'test': ['coverage'],
89
- # },
83
+ extras_require = {
84
+ 'test' : ['nose>=1.3.7' ]
85
+ },
90
86
91
87
# If there are data files included in your packages that need to be
92
88
# installed, specify them here. If using Python 2.6 or less, then these
You can’t perform that action at this time.
0 commit comments