Skip to content

Commit 80dff77

Browse files
committed
Some packages only required for tests.
1 parent 2a468f9 commit 80dff77

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,9 @@
3838
install_requires=[
3939
'liac-arff>=2.2.2',
4040
'xmltodict',
41-
'pytest',
4241
'requests',
4342
'scikit-learn>=0.18',
44-
'nbformat',
45-
'python-dateutil',
43+
'python-dateutil', # Installed through pandas anyway.
4644
'oslo.concurrency',
4745
'pandas>=0.19.2',
4846
'scipy>=0.13.3',
@@ -56,7 +54,7 @@
5654
'pytest',
5755
'pytest-xdist',
5856
'pytest-timeout',
59-
57+
'nbformat'
6058
],
6159
'examples': [
6260
'matplotlib',

0 commit comments

Comments
 (0)