From 222501c0d1db8465c9f887c7893646102f450c26 Mon Sep 17 00:00:00 2001 From: Xiaoyong Zhu Date: Fri, 18 Feb 2022 23:31:59 -0800 Subject: [PATCH] Bump requirement for two packages --- feathr_project/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feathr_project/setup.py b/feathr_project/setup.py index 5fab20580..911844574 100644 --- a/feathr_project/setup.py +++ b/feathr_project/setup.py @@ -7,8 +7,8 @@ include_package_data=True, install_requires=[ 'Click', - "azure-storage-file-datalake", - "azure-synapse-spark", + "azure-storage-file-datalake>=12.5.0", + "azure-synapse-spark>=0.7.0", "azure-identity", "py4j", "loguru",