GET /api/v1/ports/py38-tensorflow-probability/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py38-tensorflow-probability",
    "portdir": "python/py-tensorflow-probability",
    "version": "0.12.1",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/tensorflow/probability",
    "description": "Probabilistic modeling and statistical inference in TensorFlow",
    "long_description": "TensorFlow Probability is a library for probabilistic reasoning and statistical analysis in TensorFlow. As part of the TensorFlow ecosystem, TensorFlow Probability provides integration of probabilistic methods with deep networks, gradient-based inference via automatic differentiation, and scalability to large datasets and models via hardware acceleration and distributed computation.",
    "active": false,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [
        "native",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py38-pip",
                "bazel-3.7",
                "clang-16",
                "py38-installer",
                "py38-build",
                "py38-wheel",
                "py38-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openjdk11",
                "python38"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py38-six",
                "py38-numpy",
                "py38-gast",
                "py38-dm-tree",
                "py38-decorator",
                "py38-cloudpickle",
                "py38-absl"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py38-hypothesis",
                "py38-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py38-magenta"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py38-tensor2tensor",
                "py38-tensorflow-gan",
                "py38-magenta",
                "py38-kfac"
            ]
        }
    ]
}