summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-12-14 10:38:52 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-22 07:59:38 +0700
commitc52a90d7ea22ec5c271e47e74b05916da460ca4c (patch)
treeb8eacad361c8b0fc26298b52940fe5a5f5df9606 /academic
parentc1d6c3e6f2427efa45cd1d7b339dda2b34074879 (diff)
downloadslackbuilds-c52a90d7ea22ec5c271e47e74b05916da460ca4c.tar.gz
slackbuilds-c52a90d7ea22ec5c271e47e74b05916da460ca4c.tar.xz
academic/PyAMG: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/PyAMG/PyAMG.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/PyAMG/PyAMG.info b/academic/PyAMG/PyAMG.info
index 87621b1788..f2fa54b086 100644
--- a/academic/PyAMG/PyAMG.info
+++ b/academic/PyAMG/PyAMG.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/pyamg/pyamg/releases/download/v2.1.0/official_pyamg
MD5SUM="b04419a4e751d5333bc97fb1786e9e09"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="nose python2-numpy python2-scipy"
+REQUIRES="nose python2-scipy"
MAINTAINER="Alexander Bruy"
EMAIL="alexander dot bruy at gmail dot com"