diff options
Diffstat (limited to 'math/py-spreg/Makefile')
-rw-r--r-- | math/py-spreg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-spreg/Makefile b/math/py-spreg/Makefile index 83032e2851f9..0ddac6656e38 100644 --- a/math/py-spreg/Makefile +++ b/math/py-spreg/Makefile @@ -1,5 +1,5 @@ PORTNAME= spreg -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.3 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLA ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.22:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |