diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-11-06 19:23:55 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-12 22:33:12 +0700 |
commit | 7114aaab774c7d00dc89d92afee227e3aaf2f196 (patch) | |
tree | 7e6030289704377be733e6c390f66c48ed213d10 | |
parent | 3dec73f1a518256aeddcfa7d4901a7832e6130e1 (diff) | |
download | slackbuilds-7114aaab774c7d00dc89d92afee227e3aaf2f196.tar.gz |
development/pandas: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/pandas/pandas.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/pandas/pandas.info b/development/pandas/pandas.info index 9e65202283..57c56b8f7a 100644 --- a/development/pandas/pandas.info +++ b/development/pandas/pandas.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/e9/ad/5e92ba493eff96055a23b0a1 MD5SUM="7b597c7f989652e0c9af5f09a157e3ae" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="numpy python2-dateutil pytz" +REQUIRES="python2-numpy python2-dateutil pytz" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |