Skip to content

Commit c45329f

Browse files
authored
Merge pull request MIT-LCP#261 from cbrnr/prune-requirements
Prune requirements
2 parents 09ca340 + 768d732 commit c45329f

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,5 @@ pytz==2020.1
1515
requests==2.23.0
1616
scikit-learn==0.22.2.post1
1717
scipy==1.4.1
18-
six==1.15.0
19-
sklearn==0.0
2018
threadpoolctl==2.1.0
2119
urllib3==1.25.9

setup.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
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',
@@ -73,8 +72,6 @@
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
],
@@ -83,10 +80,9 @@
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

0 commit comments

Comments
 (0)