File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ pip install pandas
106106- [ Cython] ( http://www.cython.org ) : Only necessary to build development version. Version 0.17.1 or higher.
107107- [ SciPy] ( http://www.scipy.org ) : miscellaneous statistical functions
108108- [ PyTables] ( http://www.pytables.org ) : necessary for HDF5-based storage
109+ - [ SQLAlchemy] ( http://www.sqlalchemy.org ) : for SQL database support. Version 0.8.1 or higher recommended.
109110- [ matplotlib] ( http://matplotlib.sourceforge.net/ ) : for plotting
110111- [ statsmodels] ( http://statsmodels.sourceforge.net/ )
111112 - Needed for parts of ` pandas.stats `
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ Optional Dependencies
9595 version. Version 0.17.1 or higher.
9696 * `SciPy <http://www.scipy.org >`__: miscellaneous statistical functions
9797 * `PyTables <http://www.pytables.org >`__: necessary for HDF5-based storage
98+ * `SQLAlchemy <http://www.sqlalchemy.org >`__: for SQL database support. Version 0.8.1 or higher recommended.
9899 * `matplotlib <http://matplotlib.sourceforge.net/ >`__: for plotting
99100 * `statsmodels <http://statsmodels.sourceforge.net/ >`__
100101 * Needed for parts of :mod: `pandas.stats `
You can’t perform that action at this time.
0 commit comments