File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
32
32
http_archive (
33
33
name = "com_google_protobuf" ,
34
- sha256 = "f66073dee0bc159157b0bd7f502d7d1ee0bc76b3c1eac9836927511bdc4b3fc1 " ,
35
- strip_prefix = "protobuf-3 .21.9 " ,
36
- urls = ["https://github.com/protocolbuffers/protobuf/archive/v3 .21.9 .zip" ],
34
+ sha256 = "d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed " ,
35
+ strip_prefix = "protobuf-4 .21.6 " ,
36
+ urls = ["https://github.com/protocolbuffers/protobuf/archive/v4 .21.6 .zip" ],
37
37
)
38
38
39
39
# ZLIB. Need by com_google_protobuf.
Original file line number Diff line number Diff line change 8
8
# with both new and old protobuf stubs. This is needed to resolve
9
9
# Keras-TensorFlow circular dependency issue, when one of them gets a dependency
10
10
# incompatible with another one (protobuf in this specific case).
11
- protobuf == 3.20.3
11
+ protobuf == 4.21.6
12
12
tf-nightly
13
13
portpicker
14
14
pyyaml
You can’t perform that action at this time.
0 commit comments