Skip to content

Commit

Permalink
Fix mypy-protobuf version requirement for setup (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Khor Shu Heng <khor.heng@go-jek.com>
  • Loading branch information
khorshuheng committed Jul 28, 2021
1 parent eb2775a commit 45e45df
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 @@ -149,7 +149,7 @@ def run(self):
],
entry_points={"console_scripts": ["feast-spark=feast_spark.cli:cli"]},
use_scm_version={"root": "../", "relative_to": __file__, "tag_regex": TAG_REGEX},
setup_requires=["setuptools_scm", "grpcio-tools==1.31.0", "feast==0.9.5.2", "mypy-protobuf"],
setup_requires=["setuptools_scm", "grpcio-tools==1.31.0", "feast==0.9.5.2", "mypy-protobuf==2.5"],
cmdclass={
"build_proto": BuildProtoCommand,
"build_py": BuildCommand,
Expand Down

0 comments on commit 45e45df

Please sign in to comment.