From 0e42d9cde813992dd5376d09a91c44432ef37312 Mon Sep 17 00:00:00 2001 From: Kelsey Jordahl Date: Sun, 6 Jul 2014 11:24:52 -0500 Subject: [PATCH] DOC: BE explicit about supportted pandas versions --- doc/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install.rst b/doc/source/install.rst index f36d734..7b62299 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -16,7 +16,7 @@ Dependencies Supports Python versions 2.6, 2.7, and 3.2+. - `numpy`_ -- `pandas`_ +- `pandas`_ (version 0.13 or later) - `shapely`_ - `fiona`_ - `six`_