summaryrefslogtreecommitdiff
path: root/math/py-numpoly
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-06-24 10:30:28 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2021-06-24 10:32:31 -0700
commitddfe02481092d42214bf360b45ef41370b67964e (patch)
tree7282791931af6e3133b0049ed3070176f684828b /math/py-numpoly
parentbiology/mmseqs2: Ultra fast and sensitive sequence search and clustering suite (diff)
math/py-numpoly: Broken: requires numpy>=1.20, current numpy is 1.16.6
pending bug#251626
Diffstat (limited to 'math/py-numpoly')
-rw-r--r--math/py-numpoly/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/py-numpoly/Makefile b/math/py-numpoly/Makefile
index 5d8550efbd99..b682275e0ffd 100644
--- a/math/py-numpoly/Makefile
+++ b/math/py-numpoly/Makefile
@@ -10,6 +10,8 @@ COMMENT= Create/manipulate/evaluate polynomial arrays based on numpy.ndarray
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= Requires numpy>=1.20, current numpy is 1.16.6, pending bug#251626
+
RUN_DEPENDS= ${PYNUMPY}
USES= python:3.6+