From 369a24aaecf6ae7d26b3a99e9fcf6ca806cf3aae Mon Sep 17 00:00:00 2001 From: Jonathan Kamens Date: Sat, 27 Feb 2016 11:45:44 -0500 Subject: [PATCH] MAINT: Remove obsolete comment from requirements.txt There was a comment in requirements.txt warning not to use python-dateutil 2.4.0, which was necessary when we were using 2.3.x and 2.4.0 was broken for us, but now we're using 2.4.2 which is fixed, so the comment is no longer needed. --- etc/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/requirements.txt b/etc/requirements.txt index fd757aa5..2305cd33 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -19,7 +19,6 @@ pandas==0.16.1 patsy==0.4.0 statsmodels==0.6.1 -# Don't use 2.4.0. python-dateutil==2.4.2 six==1.9.0