ashb commented on a change in pull request #7390: [AIRFLOW-6764] Fixed
environment installation for Linux
URL: https://github.com/apache/airflow/pull/7390#discussion_r376817321
##########
File path: setup.py
##########
@@ -503,7 +503,7 @@ def do_setup():
# DEPENDENCIES_EPOCH_NUMBER in the Dockerfile
#####################################################################################################
setup_requires=[
- 'docutils>=0.14, <1.0',
+ 'docutils>=0.14, <0.16'
Review comment:
What changed in 0.16?
----------------------------------------------------------------
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