Files
2026-03-24 20:47:40 -04:00

32 lines
1.1 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-keras_preprocessing
python.rootname Keras_Preprocessing
version 1.1.2
revision 0
categories-append devel math
license MIT
supported_archs noarch
platforms {darwin any}
python.versions 310 311
maintainers nomaintainer
description Keras Preprocessing is the data preprocessing and data augmentation module of the Keras deep learning library.
long_description {*}${description}
homepage https://github.com/keras-team/keras-preprocessing
checksums rmd160 90cdb081284fadcb9f1e461bd44a846d9c91bedc \
sha256 add82567c50c8bc648c14195bf544a5ce7c1f76761536956c3d2978970179ef3 \
size 163598
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-numpy \
port:py${python.version}-h5py
}