Skip to content

Commit e273828

Browse files
committed
CLN: remove setup.py changes
1 parent 385ff82 commit e273828

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Dependencies
7373
Highly Recommended Dependencies
7474
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7575
* `numexpr <http://code.google.com/p/numexpr/>`__: to accelerate some expression evaluation operations
76+
also required by `PyTables`
7677
* `bottleneck <http://berkeleyanalytics.com/>`__: to accelerate certain numerical operations
7778

7879
Optional dependencies

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@
6060
'install_requires': ['python-dateutil >= 2',
6161
'pytz',
6262
'numpy >= %s' % min_numpy_ver],
63-
'extras_require' : { 'numexpr' : ['numexpr>=1.4.2'],
64-
'bottleneck' : ['bottleneck>=0.5.0'] },
6563
'use_2to3_exclude_fixers': ['lib2to3.fixes.fix_next',
6664
],
6765
}

0 commit comments

Comments
 (0)