Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mwm5945 committed Jun 20, 2023
1 parent 9304727 commit 9845645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import find_packages, setup

# Extra dependencies, with special 'tensorflow' key. TF requires a specific versio of
# Extra dependencies, with special 'tensorflow' key. TF requires a specific version of
# proto to be installed to use their protos.
extras = {"tensorflow": ["tensorflow", "protobuf>=3.20.2,<4.0.0"]}
all_extra_deps = chain.from_iterable(extras.values())
Expand Down

0 comments on commit 9845645

Please sign in to comment.