# -*- 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-pytorch-lightning version 1.6.5 revision 0 platforms {darwin any} supported_archs noarch license Apache-2 maintainers nomaintainer description The lightweight PyTorch wrapper for high-performance \ AI research. long_description Lightning disentangles PyTorch code to decouple the \ science from the engineering. homepage https://github.com/PyTorchLightning/pytorch-lightning checksums rmd160 2d040c8c43ba63ca154cc86f7db993a36375a9b9 \ sha256 8d521f2619b9db2ada5bbaf9713330d01460e75a11e4bc0bc2ca25fd37c47c57 \ size 486048 python.versions 38 39 310 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_run-append \ port:py${python.version}-fsspec \ port:py${python.version}-future \ port:py${python.version}-numpy \ port:py${python.version}-pytorch \ port:py${python.version}-tensorboard \ port:py${python.version}-tqdm \ port:py${python.version}-yaml livecheck.type none }