зеркало из https://github.com/Azure/feast-azure.git
Merge pull request #55 from cbtham/main
Update provider version to 0.3.0 matching release, bug fix
This commit is contained in:
Коммит
5b812b2950
|
@ -21,7 +21,7 @@ with open(README_FILE, "r", encoding="utf-8") as f:
|
|||
setup(
|
||||
name="feast-azure-provider",
|
||||
author="Microsoft",
|
||||
version="0.2.299",
|
||||
version="0.3.0",
|
||||
description="A Feast Azure Provider",
|
||||
URL="https://github.com/azure/feast-azure",
|
||||
long_description=LONG_DESCRIPTION,
|
||||
|
|
|
@ -11,6 +11,7 @@ RUN apt-get install -y gcc
|
|||
RUN apt-get install -y unixodbc-dev
|
||||
|
||||
RUN pip install 'azureml-defaults==1.35.0' \
|
||||
'feast-azure-provider==0.2.2' \
|
||||
'feast-azure-provider==0.3.0' \
|
||||
'scikit-learn==0.22.2.post1' \
|
||||
'joblib===1.1.0'
|
||||
'joblib===1.1.0' \
|
||||
'itsdangerous==2.0.1'
|
Загрузка…
Ссылка в новой задаче