Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Jun 30, 2022
1 parent d875c61 commit c6d2ef7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.8-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ nbformat==5.4.0
# via great-expectations
nodeenv==1.7.0
# via pre-commit
numpy==1.22.0
numpy==1.23.0
# via
# altair
# feast (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.8-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ mypy==0.961
# via sqlalchemy
mypy-extensions==0.4.3
# via mypy
numpy==1.22.0
numpy==1.23.0
# via
# feast (setup.py)
# pandas
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"numpy>=1.22,<2",
"pandas>=1,<2",
"pandavro==1.5.*",
"protobuf>=3.10,<4",
"protobuf>3.20,<4",
"proto-plus==1.20.*",
"pyarrow>=4,<7",
"pydantic>=1,<2",
Expand Down

0 comments on commit c6d2ef7

Please sign in to comment.