aboutsummaryrefslogtreecommitdiff
path: root/ports/tensorflow/vcpkg.json
blob: b6fb8e6136086b892d26b217ed5014d86bf33830 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "tensorflow",
  "version-semver": "2.4.1",
  "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"
  ]
}