Skip to content

Commit d579204

Browse files
zenogantnervikas0203
authored andcommitted
remove unused dependency protobuf3-to-dict
No occurrence in the source code: ```shell > ag protobuf_to_dict doc/frameworks/tensorflow/upgrade_from_legacy.rst 230: from protobuf_to_dict import protobuf_to_dict 240: protobuf_to_dict(json_format.Parse(result, tensor_pb2.TensorProto())) ``` This dependency has not been updated since 2017 and causes issues in certain combinations of poetry and pyenv. I suggest to remove it.
1 parent 5d59767 commit d579204

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def read_requirements(filename):
5252
"google-pasta",
5353
"numpy>=1.9.0,<2.0",
5454
"protobuf>=3.1,<4.0",
55-
"protobuf3-to-dict>=0.1.5,<1.0",
5655
"smdebug_rulesconfig==1.0.1",
5756
"importlib-metadata>=1.4.0,<5.0",
5857
"packaging>=20.0",

0 commit comments

Comments
 (0)