Skip to content

Commit c7ddd4b

Browse files
EXPEbdodlaBhargav Dodla
and
Bhargav Dodla
authored
fix: Update min versions for pyarrow and protobuf (#4646)
fix: Updated min versions for pyarrow and protobuf Signed-off-by: Bhargav Dodla <bdodla@expediagroup.com> Co-authored-by: Bhargav Dodla <bdodla@expediagroup.com>
1 parent 61abf89 commit c7ddd4b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"click>=7.0.0,<9.0.0",
2929
"colorama>=0.3.9,<1",
3030
"dill~=0.3.0",
31-
"protobuf<5",
31+
"protobuf>=4.24.0,<5.0.0",
3232
"Jinja2>=2,<4",
3333
"jsonschema",
3434
"mmh3",
3535
"numpy>=1.22,<2",
3636
"pandas>=1.4.3,<3",
37-
"pyarrow>=4",
37+
"pyarrow>=9.0.0",
3838
"pydantic>=2.0.0",
3939
"pygments>=2.12.0,<3",
4040
"PyYAML>=5.4.0,<7",
@@ -292,7 +292,7 @@
292292
entry_points={"console_scripts": ["feast=feast.cli:cli"]},
293293
use_scm_version=use_scm_version,
294294
setup_requires=[
295-
"pybindgen==0.22.0", #TODO do we need this?
296-
"setuptools_scm>=6.2", #TODO do we need this?
297-
]
295+
"pybindgen==0.22.0", # TODO do we need this?
296+
"setuptools_scm>=6.2", # TODO do we need this?
297+
],
298298
)

0 commit comments

Comments
 (0)