diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 21:29:58 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 21:29:58 +0800 |
commit | 4aa27da2314f1027b11a5138c0e2aedd03dc7cba (patch) | |
tree | 30ea3fe495e40122ec8a96f715869110005d5301 /astro | |
parent | af3595a70d6e9a0bdba311ee5d23cc724c1ba2e8 (diff) | |
download | freebsd-ports-gnome-4aa27da2314f1027b11a5138c0e2aedd03dc7cba.tar.gz freebsd-ports-gnome-4aa27da2314f1027b11a5138c0e2aedd03dc7cba.tar.zst freebsd-ports-gnome-4aa27da2314f1027b11a5138c0e2aedd03dc7cba.zip |
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+
PR: 250103
Diffstat (limited to 'astro')
-rw-r--r-- | astro/py-metpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/py-metpy/Makefile b/astro/py-metpy/Makefile index 5047f5bac13f..f401035f0605 100644 --- a/astro/py-metpy/Makefile +++ b/astro/py-metpy/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.1.0:math/py-matplotlib@${PY_FL ${PYTHON_PKGNAMEPREFIX}traitlets>=4.3.0:devel/py-traitlets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xarray>=0.14.1:devel/py-xarray@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |