Skip to content

Commit

Permalink
freeze feast version in "setup_requires"
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Moskalenko <moskalenko.alexey@gmail.com>
  • Loading branch information
pyalex committed Apr 15, 2021
1 parent bc589d8 commit 800358b
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 @@ -148,7 +148,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", "mypy-protobuf"],
setup_requires=["setuptools_scm", "grpcio-tools==1.31.0", "feast==0.9.5.1", "mypy-protobuf"],
cmdclass={
"build_proto": BuildProtoCommand,
"build_py": BuildCommand,
Expand Down

0 comments on commit 800358b

Please sign in to comment.