Skip to content

Commit eb64630

Browse files
committed
DOC: update dependency lists. close #2406
1 parent 7461b45 commit eb64630

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

README.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,19 @@ Optional dependencies
6969
~~~~~~~~~~~~~~~~~~~~~
7070

7171
* `Cython <http://www.cython.org>`__: Only necessary to build development
72-
version
72+
version. Version 0.17.1 or higher.
7373
* `SciPy <http://www.scipy.org>`__: miscellaneous statistical functions
7474
* `PyTables <http://www.pytables.org>`__: necessary for HDF5-based storage
7575
* `matplotlib <http://matplotlib.sourceforge.net/>`__: for plotting
76-
* `scikits.statsmodels <http://statsmodels.sourceforge.net/>`__
76+
* `statsmodels <http://statsmodels.sourceforge.net/>`__
7777
* Needed for parts of :mod:`pandas.stats`
7878
* `pytz <http://pytz.sourceforge.net/>`__
79-
* Needed for time zone support with ``DateRange``
79+
* Needed for time zone support with ``date_range``
8080
* `openpyxl <http://packages.python.org/openpyxl/>`__, `xlrd/xlwt <http://www.python-excel.org/>`__
81+
* openpyxl version 1.6.1 or higher
8182
* Needed for Excel I/O
8283

84+
8385
Installation from sources
8486
=========================
8587

doc/source/install.rst

+8-2
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,22 @@ Dependencies
6868
* `NumPy <http://www.numpy.org>`__: 1.6.1 or higher
6969
* `python-dateutil <http://labix.org/python-dateutil>`__ 1.5
7070

71+
7172
Optional dependencies
7273
~~~~~~~~~~~~~~~~~~~~~
7374

75+
* `Cython <http://www.cython.org>`__: Only necessary to build development
76+
version. Version 0.17.1 or higher.
7477
* `SciPy <http://www.scipy.org>`__: miscellaneous statistical functions
7578
* `PyTables <http://www.pytables.org>`__: necessary for HDF5-based storage
7679
* `matplotlib <http://matplotlib.sourceforge.net/>`__: for plotting
77-
* `statsmodels <http://statsmodels.sourceforge.net/>`__: 0.4.0 or higher
80+
* `statsmodels <http://statsmodels.sourceforge.net/>`__
7881
* Needed for parts of :mod:`pandas.stats`
7982
* `pytz <http://pytz.sourceforge.net/>`__
80-
* Needed for time zone support with ``date_range``
83+
* Needed for time zone support
84+
* `openpyxl <http://packages.python.org/openpyxl/>`__, `xlrd/xlwt <http://www.python-excel.org/>`__
85+
* openpyxl version 1.6.1 or higher
86+
* Needed for Excel I/O
8187

8288
.. note::
8389

0 commit comments

Comments
 (0)