diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-06-24 17:30:28 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-06-24 17:32:31 +0000 |
commit | ddfe02481092d42214bf360b45ef41370b67964e (patch) | |
tree | 7282791931af6e3133b0049ed3070176f684828b /math/py-numpoly/Makefile | |
parent | cf14bbb325bb8696c275ebbabff3da95a75815eb (diff) |
Diffstat (limited to 'math/py-numpoly/Makefile')
-rw-r--r-- | math/py-numpoly/Makefile | 2 |
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+ |