BLD: statsmodels requires patsy

Since statsmodels requires patsy, and statsmodels is now in
requirements.txt instead of requirements_dev.txt, patsy also needs to
be in requirements.txt instead of requirements_dev.txt.
This commit is contained in:
Jonathan Kamens
2014-05-21 05:15:56 -04:00
parent fd0d0a84d8
commit 03e40fd057
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ numpy==1.8.0
# Needed for parts of pandas.stats
statsmodels==0.5.0
patsy==0.2.1
pandas==0.12.0
python-dateutil==2.2
-1
View File
@@ -24,6 +24,5 @@ matplotlib==1.3.1
# tornado and pyparsing are required by matplotlib
tornado==3.2
pyparsing==2.0.1
patsy==0.2.1
Markdown==2.3.1