mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-19 11:22:06 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user