summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2022-11-06 19:43:37 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-12 22:33:17 +0700
commitca736287fd19b994a8f79de2f092e4f20ab02e30 (patch)
treead732d29f17ea894d407d5fd6c40ef318cd0c694
parent8a4d69603de72f86a6d5f04560e70d11f19ce2a6 (diff)
downloadslackbuilds-ca736287fd19b994a8f79de2f092e4f20ab02e30.tar.gz
slackbuilds-ca736287fd19b994a8f79de2f092e4f20ab02e30.tar.xz
python/python3-pandas: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-pandas/python3-pandas.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-pandas/python3-pandas.info b/python/python3-pandas/python3-pandas.info
index 74e278ad2f..1afc8cd66c 100644
--- a/python/python3-pandas/python3-pandas.info
+++ b/python/python3-pandas/python3-pandas.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pandas/pandas-1.4.2.t
MD5SUM="6e007c8e950c280f7ac31cfaec8ab361"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="numpy3 python3-dateutil pytz"
+REQUIRES="python3-numpy python3-dateutil pytz"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"