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",