Skip to content

Commit

Permalink
update dependency to feast 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel100 committed Nov 14, 2021
1 parent ae94e72 commit ca50ca5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions provider/sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@
setup(
name="feast-azure-provider",
author="Microsoft",
version="0.1.1",
version="0.2.0",
description="A Feast Azure Provider",
URL="https://github.com/Azure/feast-azure",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
python_requires=">=3.7.0",
packages=find_packages(exclude=("tests",)),
install_requires=[
"feast==0.14.0",
"feast==0.15.0",
"azure-storage-blob>=0.37.0",
"azure-identity>=1.6.1" "SQLAlchemy>=1.4.19",
"dill==0.3.4",
"pyodbc>=4.0.30",
"redis>=3.5.3",
"redis-py-cluster>=2.1.3",
"sqlalchemy>=1.4"
"sqlalchemy>=1.4",
],
extras_require={"dev": ["pytest", "mypy", "assertpy"]},
# https://stackoverflow.com/questions/28509965/setuptools-development-requirements
Expand Down

0 comments on commit ca50ca5

Please sign in to comment.