aboutsummaryrefslogtreecommitdiff
path: root/math/py-jax
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-05 19:04:33 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-05 19:14:18 +0000
commit5b0210ac07ca8f58de4a620c9048955e5b0e9e7b (patch)
tree9742f5c72364ed54d2aabd2fb77a3f009bff7098 /math/py-jax
parent40cee74b83c11a87af2b04a6f8aba20d4f9588d6 (diff)
downloadports-5b0210ac07ca8f58de4a620c9048955e5b0e9e7b.tar.gz
ports-5b0210ac07ca8f58de4a620c9048955e5b0e9e7b.zip
math/py-jax: Update USES=python
math/py-numpy requires Python 3.7+
Diffstat (limited to 'math/py-jax')
-rw-r--r--math/py-jax/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-jax/Makefile b/math/py-jax/Makefile
index 967a471d42b0..a0da0dffe26a 100644
--- a/math/py-jax/Makefile
+++ b/math/py-jax/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}absl-py>=0:devel/py-absl-py@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.12,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}opt-einsum>=0:math/py-opt-einsum@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes