Skip to content

Commit

Permalink
proto changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mwm5945 committed Jun 12, 2023
1 parent 486b01c commit ef615ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages, setup

# Extra dependencies, with special 'all' key
extras = {"tensorflow": ["tensorflow"]}
extras = {"tensorflow": ["tensorflow", "protobuf>=3.20.2,<4.0.0"]}
all_extra_deps = chain.from_iterable(extras.values())
extras["all"] = list(set(all_extra_deps))

Expand All @@ -27,7 +27,7 @@
"requests<3.0.0",
"numpy<2.0.0",
"flatbuffers<3.0.0",
"protobuf>=3.20.2,<4.0.0",
"protobuf<5.0.0",
"grpcio<2.0.0",
"Flask-OpenTracing >= 1.1.0, < 1.2.0",
"opentracing >= 2.2.0, < 2.5.0",
Expand Down

0 comments on commit ef615ed

Please sign in to comment.