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

{
    "name": "py37-tensorflow-probability",
    "portdir": "python/py-tensorflow-probability",
    "version": "0.12.1",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://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": [
                "clang-9.0",
                "py37-setuptools",
                "py37-wheel",
                "bazel-3.7",
                "py37-pip"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openjdk11",
                "python37"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py37-six",
                "py37-absl",
                "py37-cloudpickle",
                "py37-decorator",
                "py37-dm-tree",
                "py37-gast",
                "py37-numpy"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py37-hypothesis",
                "py37-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py37-magenta"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py37-magenta",
                "py37-tensorflow-gan",
                "py37-tensor2tensor",
                "py37-kfac"
            ]
        }
    ]
}