You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.5 KiB
Tcl
41 lines
1.5 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-tpot
|
|
python.rootname TPOT
|
|
version 0.12.2
|
|
revision 0
|
|
categories-append devel math science
|
|
license LGPL
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310
|
|
|
|
maintainers nomaintainer
|
|
|
|
description Tree-based Pipeline Optimization Tool
|
|
|
|
long_description A Python tool that automatically creates and optimizes \
|
|
Machine Learning pipelines using genetic programming.
|
|
|
|
homepage https://github.com/EpistasisLab/tpot
|
|
|
|
checksums rmd160 25d589742f4a3e5ffea4890e90950234a707670c \
|
|
sha256 e92777cf41cbf01ee0439632264d21ef89a1c0b5ec532b73dcb679c3ce67bec1 \
|
|
size 911284
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-numpy \
|
|
port:py${python.version}-scipy \
|
|
port:py${python.version}-scikit-learn \
|
|
port:py${python.version}-deap \
|
|
port:py${python.version}-update_checker \
|
|
port:py${python.version}-tqdm \
|
|
port:py${python.version}-stopit \
|
|
port:py${python.version}-pandas \
|
|
port:py${python.version}-joblib
|
|
}
|