File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ pip install pandas
106
106
- [ Cython] ( http://www.cython.org ) : Only necessary to build development version. Version 0.17.1 or higher.
107
107
- [ SciPy] ( http://www.scipy.org ) : miscellaneous statistical functions
108
108
- [ 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.
109
110
- [ matplotlib] ( http://matplotlib.sourceforge.net/ ) : for plotting
110
111
- [ statsmodels] ( http://statsmodels.sourceforge.net/ )
111
112
- Needed for parts of ` pandas.stats `
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ Optional Dependencies
95
95
version. Version 0.17.1 or higher.
96
96
* `SciPy <http://www.scipy.org >`__: miscellaneous statistical functions
97
97
* `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.
98
99
* `matplotlib <http://matplotlib.sourceforge.net/ >`__: for plotting
99
100
* `statsmodels <http://statsmodels.sourceforge.net/ >`__
100
101
* Needed for parts of :mod: `pandas.stats `
You can’t perform that action at this time.
0 commit comments