aboutsummaryrefslogtreecommitdiff
path: root/ports/tensorflow/vcpkg.json
blob: b00a067fcf3bf3cf809ab85d321f44907ebe8f07 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "tensorflow",
  "version-semver": "2.6.0",
  "description": "Library for computation using data flow graphs for scalable machine learning (C API version)",
  "homepage": "https://github.com/tensorflow/tensorflow",
  "supports": "!(x86 | arm | uwp)",
  "dependencies": [
    "tensorflow-common"
  ]
}