Skip to content

Commit c7f21ff

Browse files
committed
DOC: readme.rst edits
1 parent 39a523d commit c7f21ff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,9 @@ Highly Recommended Dependencies
7575
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7676

7777
- `numexpr <http://code.google.com/p/numexpr/>`__
78-
7978
- Needed to accelerate some expression evaluation operations
8079
- Required by `PyTables`
8180
- `bottleneck <http://berkeleyanalytics.com/bottleneck>`__
82-
8381
- Needed to accelerate certain numerical operations
8482

8583
Optional dependencies
@@ -90,15 +88,12 @@ Optional dependencies
9088
- `PyTables <http://www.pytables.org>`__: necessary for HDF5-based storage
9189
- `matplotlib <http://matplotlib.sourceforge.net/>`__: for plotting
9290
- `statsmodels <http://statsmodels.sourceforge.net/>`__
93-
9491
- Needed for parts of :mod:`pandas.stats`
9592
- `openpyxl <http://packages.python.org/openpyxl/>`__, `xlrd/xlwt <http://www.python-excel.org/>`__
96-
9793
- openpyxl version 1.6.1 or higher, for writing .xlsx files
9894
- xlrd >= 0.9.0
9995
- Needed for Excel I/O
10096
- `lxml <http://lxml.de>`__, or `Beautiful Soup 4 <http://www.crummy.com/software/BeautifulSoup>`__: for reading HTML tables
101-
10297
- The differences between lxml and Beautiful Soup 4 are mostly speed (lxml
10398
is faster), however sometimes Beautiful Soup returns what you might
10499
intuitively expect. Both backends are implemented, so try them both to

0 commit comments

Comments
 (0)