aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tensorflow/vcpkg.json
blob: 846cbacc8b1044b69205df3127b362074d5b9f27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "tensorflow",
  "version-semver": "2.10.0",
  "description": "Library for computation using data flow graphs for scalable machine learning (C API version)",
  "homepage": "https://github.com/tensorflow/tensorflow",
  "license": "Apache-2.0",
  "supports": "!(x86 | arm | uwp) | (arm64 & osx)",
  "dependencies": [
    "tensorflow-common",
    {
      "name": "vcpkg-tool-bazel",
      "host": true
    }
  ]
}