aboutsummaryrefslogtreecommitdiff
path: root/math/py-jax/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-26 17:36:34 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-26 17:36:34 +0000
commit32837995236803a5d07fba10a8d37719ca6a335b (patch)
treeff4d3ca40ad870b9e2a14cdfc6e5ff1f84034d80 /math/py-jax/Makefile
parentdb8d30dc608a3058b6f1fd24197a1fa84dab7953 (diff)
downloadports-32837995236803a5d07fba10a8d37719ca6a335b.tar.gz
ports-32837995236803a5d07fba10a8d37719ca6a335b.zip
Update to 0.2.8
Notes
Notes: svn path=/head/; revision=562818
Diffstat (limited to 'math/py-jax/Makefile')
-rw-r--r--math/py-jax/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-jax/Makefile b/math/py-jax/Makefile
index 8c25f04485e1..030cbfd7a063 100644
--- a/math/py-jax/Makefile
+++ b/math/py-jax/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= jax
-PORTVERSION= 0.2.7
+PORTVERSION= 0.2.8
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ COMMENT= Differentiate, compile, and transform Numpy code
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}absl-py>=0:devel/py-absl-py@${PY_FLAVOR} \
- ${PYNUMPY} \
+ ${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+