GET /api/v1/ports/py310-pytorch-lightning/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py310-pytorch-lightning",
    "portdir": "python/py-pytorch-lightning",
    "version": "1.6.5",
    "license": "Apache-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/PyTorchLightning/pytorch-lightning",
    "description": "The lightweight PyTorch wrapper for high-performance AI research.",
    "long_description": "Lightning disentangles PyTorch code to decouple the science from the engineering.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-setuptools",
                "clang-17",
                "py310-installer",
                "py310-build",
                "py310-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-tensorboard",
                "py310-pytorch",
                "py310-fsspec",
                "py310-tqdm",
                "py310-yaml",
                "py310-future",
                "py310-numpy"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-pytorch-lightning"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-transformers",
                "py310-kraken"
            ]
        }
    ]
}