summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2021-09-30 14:50:33 -0500
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2021-09-30 14:52:39 -0500
commit222f3bb45a79044dbe576353326e6a494993d2f1 (patch)
treef7754273beaa897ac7e136cfc455d9daa1608766
parentsysutils/chezmoi: Update to 2.5.1 (diff)
math/py-optuna: Switch to alembic 1.4.x
- This is required as part of updating databases/py-alembic PR: 258793 Approved by: nc
-rw-r--r--math/py-optuna/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-optuna/Makefile b/math/py-optuna/Makefile
index e89fea95bf7b..ac8b82b52a34 100644
--- a/math/py-optuna/Makefile
+++ b/math/py-optuna/Makefile
@@ -1,5 +1,6 @@
PORTNAME= optuna
DISTVERSION= 2.9.1
+PORTREVISION= 1
CATEGORIES= math # machine-learning
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +11,7 @@ COMMENT= Hyperparameter optimization framework
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}alembic>0:databases/py-alembic@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}alembic14>0:databases/py-alembic14@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cliff>0:devel/py-cliff@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cmaes>0:math/py-cmaes@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}colorlog>0:devel/py-colorlog@${PY_FLAVOR} \