BLD: Order scipy install before statsmodels.

statsmodels requires scipy to build, so list the scipy install
before statsmodels so that ordered_pip.sh will install it beforehand.
This commit is contained in:
Eddie Hebert
2014-05-28 11:44:19 -04:00
parent ce4567b4bb
commit b34191bb01
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -6,6 +6,8 @@ Logbook==0.7.0
pytz==2014.3
numpy==1.8.1
# scipy is required for statsmodels
scipy==0.13.2
# Needed for parts of pandas.stats
patsy==0.2.1
statsmodels==0.5.0
-1
View File
@@ -19,7 +19,6 @@ pyandoc==0.0.1
# Example scripts that are run during unit tests use the following:
scipy==0.13.2
matplotlib==1.3.1
# tornado and pyparsing are required by matplotlib
tornado==3.2