diff options
Diffstat (limited to 'math/py-statsmodels010/Makefile')
-rw-r--r-- | math/py-statsmodels010/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-statsmodels010/Makefile b/math/py-statsmodels010/Makefile index 8ef98c974c5e..17f7ea7f64cd 100644 --- a/math/py-statsmodels010/Makefile +++ b/math/py-statsmodels010/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}patsy>=0.4.0:math/py-patsy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.18:science/py-scipy@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python:3.7+ shebangfix USE_PYTHON= autoplist concurrent cython distutils # statsmodels 0.11.0+ requires Python 3.5+ |