Skip to content

Commit

Permalink
fix: Update min versions for pyarrow and protobuf (feast-dev#4646)
Browse files Browse the repository at this point in the history
fix: Updated min versions for pyarrow and protobuf

Signed-off-by: Bhargav Dodla <bdodla@expediagroup.com>
Co-authored-by: Bhargav Dodla <bdodla@expediagroup.com>
  • Loading branch information
EXPEbdodla and Bhargav Dodla authored Oct 21, 2024
1 parent 61abf89 commit c7ddd4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"click>=7.0.0,<9.0.0",
"colorama>=0.3.9,<1",
"dill~=0.3.0",
"protobuf<5",
"protobuf>=4.24.0,<5.0.0",
"Jinja2>=2,<4",
"jsonschema",
"mmh3",
"numpy>=1.22,<2",
"pandas>=1.4.3,<3",
"pyarrow>=4",
"pyarrow>=9.0.0",
"pydantic>=2.0.0",
"pygments>=2.12.0,<3",
"PyYAML>=5.4.0,<7",
Expand Down Expand Up @@ -292,7 +292,7 @@
entry_points={"console_scripts": ["feast=feast.cli:cli"]},
use_scm_version=use_scm_version,
setup_requires=[
"pybindgen==0.22.0", #TODO do we need this?
"setuptools_scm>=6.2", #TODO do we need this?
]
"pybindgen==0.22.0", # TODO do we need this?
"setuptools_scm>=6.2", # TODO do we need this?
],
)

0 comments on commit c7ddd4b

Please sign in to comment.