Skip to content

Commit f89c1ca

Browse files
committed
Update TFMD dependency to latest master commit
1 parent 4972994 commit f89c1ca

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies:
4343
- tensorboard==2.17.1
4444
- tensorboard-data-server==0.7.2
4545
- tensorflow>=2.21.0
46-
- tensorflow-metadata==1.17.3
46+
- git+https://github.com/tensorflow/metadata.git@d3194a388344cb7a10d42b2a7c01bf384f3d1741
4747
- termcolor==3.3.0
4848
- typing-extensions==4.15.0
4949
- urllib3==2.6.3

struct2tensor/workspace.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ def struct2tensor_workspace():
7171
urls = ["https://github.com/apache/arrow/archive/%s.zip" % ARROW_COMMIT],
7272
)
7373

74-
_TFMD_COMMIT_HASH = "404805761e614561cceedc429e67c357c62be26d" # 1.17.1
74+
_TFMD_COMMIT_HASH = "d3194a388344cb7a10d42b2a7c01bf384f3d1741" #Align with TF 2.21
7575
http_archive(
7676
name = "com_github_tensorflow_metadata",
77-
sha256 = "9abfe4019f33ff067438ce69053fe63fc2e8dde5192aa7cf30d501809e45c18c",
77+
sha256 = "b574885016ea3afdf54133c4920849ac122c77a77b2a7a8356ad1fa548d75bc6",
7878
strip_prefix = "metadata-%s" % _TFMD_COMMIT_HASH,
7979
urls = [
8080
"https://github.com/tensorflow/metadata/archive/%s.tar.gz" % _TFMD_COMMIT_HASH,

0 commit comments

Comments
 (0)