diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2021-09-30 19:50:33 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2021-09-30 19:52:39 +0000 |
| commit | 222f3bb45a79044dbe576353326e6a494993d2f1 (patch) | |
| tree | f7754273beaa897ac7e136cfc455d9daa1608766 /math | |
| parent | 90706c219bf52f211133ad1dc375d44ce8f009d2 (diff) | |
Diffstat (limited to 'math')
| -rw-r--r-- | math/py-optuna/Makefile | 3 |
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} \ |
