File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments