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 385ff82 commit e273828Copy full SHA for e273828
README.rst
@@ -73,6 +73,7 @@ Dependencies
73
Highly Recommended Dependencies
74
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
75
* `numexpr <http://code.google.com/p/numexpr/>`__: to accelerate some expression evaluation operations
76
+ also required by `PyTables`
77
* `bottleneck <http://berkeleyanalytics.com/>`__: to accelerate certain numerical operations
78
79
Optional dependencies
setup.py
@@ -60,8 +60,6 @@
60
'install_requires': ['python-dateutil >= 2',
61
'pytz',
62
'numpy >= %s' % min_numpy_ver],
63
- 'extras_require' : { 'numexpr' : ['numexpr>=1.4.2'],
64
- 'bottleneck' : ['bottleneck>=0.5.0'] },
65
'use_2to3_exclude_fixers': ['lib2to3.fixes.fix_next',
66
],
67
}
0 commit comments