Skip to content

Commit 00e90dc

Browse files
committed
DOC: readme.rst edits
1 parent f175ab4 commit 00e90dc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,25 +72,28 @@ Dependencies
7272

7373
Highly Recommended Dependencies
7474
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
75+
7576
* `numexpr <http://code.google.com/p/numexpr/>`__: to accelerate some expression evaluation operations
76-
also required by `PyTables`
77+
also required by `PyTables`
7778
* `bottleneck <http://berkeleyanalytics.com/bottleneck>`__: to accelerate certain numerical operations
7879

7980
Optional dependencies
8081
~~~~~~~~~~~~~~~~~~~~~
8182

8283
* `Cython <http://www.cython.org>`__: Only necessary to build development
83-
version. Version 0.17.1 or higher.
84+
version. Version 0.17.1 or higher.
8485
* `SciPy <http://www.scipy.org>`__: miscellaneous statistical functions
8586
* `PyTables <http://www.pytables.org>`__: necessary for HDF5-based storage
8687
* `matplotlib <http://matplotlib.sourceforge.net/>`__: for plotting
8788
* `statsmodels <http://statsmodels.sourceforge.net/>`__
8889
* Needed for parts of :mod:`pandas.stats`
8990
* `openpyxl <http://packages.python.org/openpyxl/>`__, `xlrd/xlwt <http://www.python-excel.org/>`__
91+
9092
* openpyxl version 1.6.1 or higher, for writing .xlsx files
9193
* xlrd >= 0.9.0
9294
* Needed for Excel I/O
9395
* `lxml <http://lxml.de>`__, or `Beautiful Soup 4 <http://www.crummy.com/software/BeautifulSoup>`__: for reading HTML tables
96+
9497
* The differences between lxml and Beautiful Soup 4 are mostly speed (lxml
9598
is faster), however sometimes Beautiful Soup returns what you might
9699
intuitively expect. Both backends are implemented, so try them both to

0 commit comments

Comments
 (0)