1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

math/py-numpoly: unbreak

New numpy is in ports.
This commit is contained in:
Piotr Kubaj 2021-11-02 17:51:23 +00:00
parent 30769bcc89
commit e7118c767e

View File

@ -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+