Skip to content

Commit

Permalink
Merge pull request #9 from cbtham/cbtham/0.19
Browse files Browse the repository at this point in the history
Add support for feast 0.19.x
  • Loading branch information
cbtham authored Mar 7, 2022
2 parents e3d18a3 + d8ce0f7 commit 18d46ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provider/sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
python_requires=">=3.7.0",
packages=find_packages(exclude=("tests",)),
install_requires=[
"feast[redis]==0.18.1",
"feast[redis]~=0.18",
"azure-storage-blob>=0.37.0",
"azure-identity>=1.6.1",
"SQLAlchemy>=1.4.19",
"dill==0.3.4",
"pyodbc>=4.0.30",
],
extras_require={"dev": ["pytest", "mypy", "assertpy"]
extras_require={"dev": ["pytest", "mypy", "assertpy"],
"snowflake": ["snowflake-connector-python[pandas]>=2.7.3"]},
# https://stackoverflow.com/questions/28509965/setuptools-development-requirements
# Install dev requirements with: pip install -e .[dev]
Expand Down

0 comments on commit 18d46ac

Please sign in to comment.