Skip to content

Commit

Permalink
science/py-geometer: Fix build with py-numpy-1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wenheping committed Oct 26, 2021
1 parent 1f51ea4 commit 89c2dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions science/py-geometer/Makefile
Expand Up @@ -12,10 +12,10 @@ COMMENT= Python geometry package based on projective geometry and numpy
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.15,1<1.20,1:math/py-numpy@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.15,1<1.21,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sympy>=1.3:math/py-sympy@${PY_FLAVOR} # <= 1.7

USES= python:3.5+
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes
Expand Down

0 comments on commit 89c2dfb

Please sign in to comment.