git: 7373a6a2b7d4 - main - devel/py-dask: Fix RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Jun 2022 16:37:16 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7373a6a2b7d4c76804bb692af03cf9bcf81bac88
commit 7373a6a2b7d4c76804bb692af03cf9bcf81bac88
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-21 16:32:53 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-21 16:32:53 +0000
devel/py-dask: Fix RUN_DEPENDS
---
devel/py-dask/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/py-dask/Makefile b/devel/py-dask/Makefile
index e317d3fcad15..c1bfe3737079 100644
--- a/devel/py-dask/Makefile
+++ b/devel/py-dask/Makefile
@@ -35,6 +35,6 @@ DIAGNOSTICS_DESC= Profile and inspect parallel codes
ARRAY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.18,1:math/py-numpy@${PY_FLAVOR} \
DATAFRAME_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.18,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>=1.0,1:math/py-pandas@${PY_FLAVOR}
-DIAGNOSTICS_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}bokeh>=2.3.3:www/py-bokeh@${PY_FLAVOR}
+DIAGNOSTICS_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}bokeh>=2.4.2:www/py-bokeh@${PY_FLAVOR}
.include <bsd.port.mk>