diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 13:29:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 13:29:58 +0000 |
commit | 4aa27da2314f1027b11a5138c0e2aedd03dc7cba (patch) | |
tree | 30ea3fe495e40122ec8a96f715869110005d5301 /math/py-spglm | |
parent | af3595a70d6e9a0bdba311ee5d23cc724c1ba2e8 (diff) | |
download | ports-4aa27da2314f1027b11a5138c0e2aedd03dc7cba.tar.gz ports-4aa27da2314f1027b11a5138c0e2aedd03dc7cba.zip |
Notes
Diffstat (limited to 'math/py-spglm')
-rw-r--r-- | math/py-spglm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-spglm/Makefile b/math/py-spglm/Makefile index c6f6b046f88b..79dd5c7c016e 100644 --- a/math/py-spglm/Makefile +++ b/math/py-spglm/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLA ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}spreg>=1.0.4:math/py-spreg@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |