Skip to content

Commit

Permalink
Bump feast version to 0.9.5 (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: Terence Lim <terencelimxp@gmail.com>
  • Loading branch information
terryyylim committed Apr 12, 2021
1 parent fc32687 commit c8bcafd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
feast==0.9.4
feast==0.9.5
cryptography==3.1
flake8
black==19.10b0
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
REQUIRES_PYTHON = ">=3.6.0"

REQUIRED = [
"feast==0.9.4",
"feast==0.9.5",
"Click==7.*",
"google-api-core==1.22.4",
"google-cloud-bigquery==1.18.*",
Expand Down

0 comments on commit c8bcafd

Please sign in to comment.