mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
40 lines
1.3 KiB
Tcl
40 lines
1.3 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-dora-search
|
|
version 0.1.12
|
|
revision 0
|
|
|
|
categories-append science devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers {pguyot @pguyot} openmaintainer
|
|
|
|
description Easy grid searches for machine learning
|
|
|
|
long_description Dora is a tool for running grid searches for \
|
|
machine learning experiments, providing experiment \
|
|
management and scheduling.
|
|
|
|
homepage https://github.com/facebookresearch/dora
|
|
|
|
python.rootname dora_search
|
|
|
|
checksums rmd160 c04d316fbe12b4aba07fa90b953e12846d6c632d \
|
|
sha256 2956fd2c4c7e4b9a4830e83f0d4cf961be45cfba1a2f0570281e91d15ac516fb \
|
|
size 87111
|
|
|
|
python.versions 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-omegaconf \
|
|
port:py${python.version}-pytorch \
|
|
port:py${python.version}-retrying \
|
|
port:py${python.version}-submitit \
|
|
port:py${python.version}-treetable
|
|
}
|