Skip to content

Commit 18955bb

Browse files
author
Cheng Bin Tham
committed
version update, aml fix
1 parent 2b5ed9e commit 18955bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

provider/sdk/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
setup(
2222
name="feast-azure-provider",
2323
author="Microsoft",
24-
version="0.2.299",
24+
version="0.3.0",
2525
description="A Feast Azure Provider",
2626
URL="https://github.com/azure/feast-azure",
2727
long_description=LONG_DESCRIPTION,

provider/tutorial/notebooks/inference.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get install -y gcc
1111
RUN apt-get install -y unixodbc-dev
1212

1313
RUN pip install 'azureml-defaults==1.35.0' \
14-
'feast-azure-provider==0.2.299' \
14+
'feast-azure-provider==0.3.0' \
1515
'scikit-learn==0.22.2.post1' \
1616
'joblib===1.1.0' \
1717
'itsdangerous==2.0.1'

0 commit comments

Comments
 (0)