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 2a468f9 commit 80dff77Copy full SHA for 80dff77
1 file changed
setup.py
@@ -38,11 +38,9 @@
38
install_requires=[
39
'liac-arff>=2.2.2',
40
'xmltodict',
41
- 'pytest',
42
'requests',
43
'scikit-learn>=0.18',
44
- 'nbformat',
45
- 'python-dateutil',
+ 'python-dateutil', # Installed through pandas anyway.
46
'oslo.concurrency',
47
'pandas>=0.19.2',
48
'scipy>=0.13.3',
@@ -56,7 +54,7 @@
56
54
'pytest',
57
55
'pytest-xdist',
58
'pytest-timeout',
59
-
+ 'nbformat'
60
],
61
'examples': [
62
'matplotlib',
0 commit comments