File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,5 @@ pytz==2020.1
1515requests == 2.23.0
1616scikit-learn == 0.22.2.post1
1717scipy == 1.4.1
18- six == 1.15.0
19- sklearn == 0.0
2018threadpoolctl == 2.1.0
2119urllib3 == 1.25.9
Original file line number Diff line number Diff line change 6464 'kiwisolver>=1.1.0' ,
6565 'matplotlib>=2.0.0' ,
6666 'mne>=0.18.0' ,
67- 'nose>=1.3.7' ,
6867 'numpy>=1.10.1' ,
6968 'pandas>=0.17.0' ,
7069 'pyparsing>=2.0.4' ,
7372 'requests>=2.8.1' ,
7473 'scikit-learn>=0.18' ,
7574 'scipy>=0.17.0' ,
76- 'six>=0.9.0' ,
77- 'sklearn>=0.0' ,
7875 'threadpoolctl>=1.0.0' ,
7976 'urllib3>=1.22'
8077 ],
8380 # dependencies). You can install these using the following syntax,
8481 # for example:
8582 # $ 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+ },
9086
9187 # If there are data files included in your packages that need to be
9288 # 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