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

{
    "name": "py310-tensorflow-macos",
    "portdir": "python/py-tensorflow-macos",
    "version": "2.11.0",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://developer.apple.com/metal/tensorflow-plugin/",
    "description": "Mac-optimized TensorFlow to be used with py-tensorflow-metal.",
    "long_description": "Hardware-accelerated TensorFlow and TensorFlow Addons for macOS 12.0+. Native hardware acceleration is supported on M1 Macs and Intel-based Macs through Apple’s ML Compute framework.",
    "active": true,
    "categories": [
        "lang",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-build",
                "clang-17",
                "py310-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-wrapt",
                "py310-scipy",
                "py310-absl",
                "py310-flatbuffers",
                "py310-protobuf3",
                "py310-tensorflow_estimator",
                "py310-termcolor",
                "py310-grpcio",
                "py310-h5py",
                "py310-typeguard",
                "py310-astunparse",
                "py310-keras",
                "py310-keras_preprocessing",
                "py310-opt_einsum",
                "py310-tensorboard",
                "py310-numpy",
                "py310-gast",
                "py310-typing_extensions"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-tensorflow-macos"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-transformers",
                "py310-tensorflow-metal"
            ]
        }
    ]
}