Commit Graph
10 Commits
Author SHA1 Message Date
Eddie Hebert dc4c9082e9 Removes cvxopt from pip installs.
It appears that cvxopt is uninstallable via pip in it's current state.
2012-08-29 14:36:10 -04:00
Thomas Wiecki 3a054786f8 Added cvxopt and scikit-learn to requirements. 2012-08-29 09:05:25 -04:00
Jonathan Kamens f14c6c7077 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.
2012-08-23 17:27:00 -04:00
fawce 88c31e7a60 pip freeze reports statsmodels==0.5.0 ... actual version? 0.5.0-tutorial-beta 2012-08-22 19:28:16 -04:00
fawce 25c33b70c7 fixed pandas version specifier, reversed order of patsy 2012-08-22 17:21:32 -04:00
fawce e6be7d49f2 updated sci requirements to include statsmodels and latest pandas 2012-08-22 17:03:28 -04:00
fawce 90cf794952 added statsmodels and moved pandas forward 2012-08-22 16:33:52 -04:00
Stephen Diehl 339daf9515 Uncommented scipy. 2012-05-28 11:17:07 -04:00
Stephen Diehl b574195a0d Added example c extension. 2012-05-27 21:22:16 -04:00
fawce ef39dae85a docs building 2012-02-08 16:01:39 -05:00