File tree 2 files changed +13
-5
lines changed
2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -69,17 +69,19 @@ Optional dependencies
69
69
~~~~~~~~~~~~~~~~~~~~~
70
70
71
71
* `Cython <http://www.cython.org >`__: Only necessary to build development
72
- version
72
+ version. Version 0.17.1 or higher.
73
73
* `SciPy <http://www.scipy.org >`__: miscellaneous statistical functions
74
74
* `PyTables <http://www.pytables.org >`__: necessary for HDF5-based storage
75
75
* `matplotlib <http://matplotlib.sourceforge.net/ >`__: for plotting
76
- * `scikits. statsmodels <http://statsmodels.sourceforge.net/ >`__
76
+ * `statsmodels <http://statsmodels.sourceforge.net/ >`__
77
77
* Needed for parts of :mod: `pandas.stats `
78
78
* `pytz <http://pytz.sourceforge.net/ >`__
79
- * Needed for time zone support with ``DateRange ``
79
+ * Needed for time zone support with ``date_range ``
80
80
* `openpyxl <http://packages.python.org/openpyxl/ >`__, `xlrd/xlwt <http://www.python-excel.org/ >`__
81
+ * openpyxl version 1.6.1 or higher
81
82
* Needed for Excel I/O
82
83
84
+
83
85
Installation from sources
84
86
=========================
85
87
Original file line number Diff line number Diff line change @@ -68,16 +68,22 @@ Dependencies
68
68
* `NumPy <http://www.numpy.org >`__: 1.6.1 or higher
69
69
* `python-dateutil <http://labix.org/python-dateutil >`__ 1.5
70
70
71
+
71
72
Optional dependencies
72
73
~~~~~~~~~~~~~~~~~~~~~
73
74
75
+ * `Cython <http://www.cython.org >`__: Only necessary to build development
76
+ version. Version 0.17.1 or higher.
74
77
* `SciPy <http://www.scipy.org >`__: miscellaneous statistical functions
75
78
* `PyTables <http://www.pytables.org >`__: necessary for HDF5-based storage
76
79
* `matplotlib <http://matplotlib.sourceforge.net/ >`__: for plotting
77
- * `statsmodels <http://statsmodels.sourceforge.net/ >`__: 0.4.0 or higher
80
+ * `statsmodels <http://statsmodels.sourceforge.net/ >`__
78
81
* Needed for parts of :mod: `pandas.stats `
79
82
* `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
81
87
82
88
.. note ::
83
89
You can’t perform that action at this time.
0 commit comments