3d5f4df59b
Keras Preprocessing is the data preprocessing and data augmentation module of the Keras deep learning library. It provides utilities for working with image data, text data, and sequence data.
19 lines
594 B
Makefile
19 lines
594 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/01 16:31:21 minskim Exp $
|
|
|
|
DISTNAME= Keras_Preprocessing-1.1.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=K/Keras_Preprocessing/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/keras-team/keras-preprocessing
|
|
COMMENT= Data preprocessing and augmentation for deep learning models
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-numpy>=1.9.1:../../math/py-numpy
|
|
DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|