Skip to content

Commit 3dffbb2

Browse files
committed
DOC: warning that PyTables not yet supported on python >= 3.0
1 parent e9783f3 commit 3dffbb2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Optional dependencies
8585
- `Cython <http://www.cython.org>`__: Only necessary to build development version. Version 0.17.1 or higher.
8686
- `SciPy <http://www.scipy.org>`__: miscellaneous statistical functions
8787
- `PyTables <http://www.pytables.org>`__: necessary for HDF5-based storage
88+
- Not yet supported on python >= 3
8889
- `matplotlib <http://matplotlib.sourceforge.net/>`__: for plotting
8990
- `statsmodels <http://statsmodels.sourceforge.net/>`__
9091
- Needed for parts of :mod:`pandas.stats`

doc/source/install.rst

+1
Original file line numberDiff line numberDiff 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+
* Not yet supported on python >= 3
9899
* `matplotlib <http://matplotlib.sourceforge.net/>`__: for plotting
99100
* `statsmodels <http://statsmodels.sourceforge.net/>`__
100101
* Needed for parts of :mod:`pandas.stats`

0 commit comments

Comments
 (0)