diff options
| author | Cheney Wang <38240633+Cheney-W@users.noreply.github.com> | 2021-07-30 13:01:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-30 13:01:31 -0700 |
| commit | 261c458af6e3eed5d099144aff95d2b5035f656b (patch) | |
| tree | 7462d05a5d2ded0c0adccc3e523a20a8c51a3cdd /versions | |
| parent | a5a70c7c3eadcc8a48b5f513b0ec361e40a5aeca (diff) | |
| download | vcpkg-261c458af6e3eed5d099144aff95d2b5035f656b.tar.gz vcpkg-261c458af6e3eed5d099144aff95d2b5035f656b.zip | |
[tensorflow] Update the max version of the supported bazel (#19165)
* [tensorflow] Update the max version of the supported bazel
* Update json file
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/t-/tensorflow-common.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index ae0396a56..7e6419146 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6190,7 +6190,7 @@ }, "tensorflow-common": { "baseline": "2.4.1", - "port-version": 2 + "port-version": 3 }, "tensorpipe": { "baseline": "2021-04-26", diff --git a/versions/t-/tensorflow-common.json b/versions/t-/tensorflow-common.json index 3ac6d830e..cbe798a9e 100644 --- a/versions/t-/tensorflow-common.json +++ b/versions/t-/tensorflow-common.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "dd652b405ef53658c13af438e8414110f2977520", + "version-semver": "2.4.1", + "port-version": 3 + }, + { "git-tree": "84ba326c66ab77faaf3e59d8eb3f04ffa155a4bb", "version-semver": "2.4.1", "port-version": 2 |
