Fix statsmodels version dependencies to make pip happy

Use statsmodels>=0.5.0 instead of statsmodels==0.5.0-tutorial-beta,
because although the latter is the download version listed in pypi, it
installs as 0.5.0, which means if we list that specific version as the
requirement, then pip reinstalls it every time launch.sh is run.
This commit is contained in:
Jonathan Kamens
2012-08-23 17:27:00 -04:00
parent 0a0f35a14e
commit f14c6c7077
+1 -1
View File
@@ -13,7 +13,7 @@ matplotlib==1.1.0
numexpr==2.0.1
Cython==0.15.1
patsy==0.1.0
statsmodels==0.5.0-tutorial-beta
statsmodels>=0.5.0
# ZeroMQ