We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5ed9e commit 18955bbCopy full SHA for 18955bb
provider/sdk/setup.py
@@ -21,7 +21,7 @@
21
setup(
22
name="feast-azure-provider",
23
author="Microsoft",
24
- version="0.2.299",
+ version="0.3.0",
25
description="A Feast Azure Provider",
26
URL="https://github.com/azure/feast-azure",
27
long_description=LONG_DESCRIPTION,
provider/tutorial/notebooks/inference.dockerfile
@@ -11,7 +11,7 @@ RUN apt-get install -y gcc
11
RUN apt-get install -y unixodbc-dev
12
13
RUN pip install 'azureml-defaults==1.35.0' \
14
- 'feast-azure-provider==0.2.299' \
+ 'feast-azure-provider==0.3.0' \
15
'scikit-learn==0.22.2.post1' \
16
'joblib===1.1.0' \
17
'itsdangerous==2.0.1'
0 commit comments