potiuk commented on a change in pull request #8024: [AIRFLOW-4529] Add support
for Azure Batch Service
URL: https://github.com/apache/airflow/pull/8024#discussion_r400620849
##########
File path: setup.py
##########
@@ -186,6 +186,7 @@ def write_version(filename: str = os.path.join(*[my_dir,
"airflow", "git_version
'watchtower~=0.7.3',
]
azure = [
+ 'azure-batch==8.0.0',
Review comment:
we should have >= here. By definition we should have an open-upper
requirements in setup.py
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services