GET /api/v1/ports/py39-umap-learn/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py39-umap-learn",
    "portdir": "python/py-umap-learn",
    "version": "0.5.1",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://github.com/lmcinnes/umap",
    "description": "Uniform Manifold Approximation and Projection",
    "long_description": "Uniform Manifold Approximation and Projection (UMAP) is a dimension reduction technique that can be used for visualisation similarly to t-SNE, but also for general non-linear dimension reduction.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15",
                "py39-setuptools",
                "py39-wheel",
                "py39-build",
                "py39-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-numba",
                "py39-numpy",
                "py39-scikit-learn",
                "py39-scipy"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-umap-learn"
            ]
        }
    ]
}