academic/python3-scipy: Fix redundant deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-12-14 10:38:54 -07:00 committed by Willy Sudiarto Raharjo
parent c0198465c9
commit 8ac4c68aa8
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/scipy/scipy/releases/download/v1.11.4/scipy-1.11.4.
MD5SUM="0e8eea0f7c4fe7d8102366230c96d66d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-numpy pybind11 python3-pythran python3-mesonpy OpenBLAS"
REQUIRES="pybind11 python3-pythran OpenBLAS"
MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo@gmail.com"