aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-11-02 17:51:23 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-11-02 17:51:23 +0000
commite7118c767e51c4b6c82dfadae8b00feb861d366a (patch)
tree30459b5de3796714bf403c50003d81098231fc9b
parent30769bcc8943fec60a512ec2ea522510909bbd64 (diff)
downloadports-e7118c767e51c4b6c82dfadae8b00feb861d366a.tar.gz
ports-e7118c767e51c4b6c82dfadae8b00feb861d366a.zip
math/py-numpoly: unbreak
New numpy is in ports.
-rw-r--r--math/py-numpoly/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/math/py-numpoly/Makefile b/math/py-numpoly/Makefile
index b682275e0ffd..5d8550efbd99 100644
--- a/math/py-numpoly/Makefile
+++ b/math/py-numpoly/Makefile
@@ -10,8 +10,6 @@ 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+