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

{
    "name": "py39-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": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [
        "native",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-pip",
                "bazel-3.7",
                "clang-17",
                "py39-installer",
                "py39-build",
                "py39-wheel",
                "py39-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openjdk11",
                "python39"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-six",
                "py39-numpy",
                "py39-gast",
                "py39-dm-tree",
                "py39-decorator",
                "py39-cloudpickle",
                "py39-absl"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-hypothesis",
                "py39-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-magenta",
                "py-tensorflow-probability"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-kfac",
                "py39-tensor2tensor",
                "py39-magenta",
                "py39-tensorflow-gan"
            ]
        }
    ]
}