diff options
author | R. S. Ananda Murthy <rsamurti@gmail.com> | 2022-11-06 19:32:23 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-12 22:33:14 +0700 |
commit | 8d92bbad121756f83971dd0aa02b8d4fdd4dc798 (patch) | |
tree | 040dbead55bdb498f4d3aa5e647fe509129e985c /python | |
parent | 4177001757a5f4d3e75bb0a66192632a13406f80 (diff) | |
download | slackbuilds-8d92bbad121756f83971dd0aa02b8d4fdd4dc798.tar.gz |
python/statsmodels: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/statsmodels/statsmodels.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/statsmodels/statsmodels.info b/python/statsmodels/statsmodels.info index ba5cf888fb..917431de1c 100644 --- a/python/statsmodels/statsmodels.info +++ b/python/statsmodels/statsmodels.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/s/statsmodels/statsmodels-0.6. MD5SUM="f7580ebf7d2a2c9b87abfad190dcb9a3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="matplotlib pandas python2-scipy" +REQUIRES="python2-matplotlib pandas python2-scipy" MAINTAINER="R. S. Ananda Murthy" EMAIL="rsamurti@gmail.com" |